Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@sqb/postgres

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sqb/postgres

SQB serialization extension for PostgreSQL database


Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created

SQB Logo


NPM Version NPM Downloads Build Status Test Coverage Dependencies DevDependencies Package Quality

About SQB

SQB is an extensible, multi-dialect SQL query builder and Database connection wrapper for NodeJS.

Main goals

  • Single code base for any sql based database
  • Powerful and simplified query coding scheme
  • Fast applications with low memory requirements
  • Let applications work with large data tables efficiently
  • Support latest JavaScript language standards
  • Lightweight and extensible framework.

You can report bugs and discuss features on the GitHub issues page

Thanks to all of the great contributions to the project.

You may want to check detailed DOCUMENTATION

Installation

$ npm install @sqb/postgres --save

Node Compatibility

  • node >= 16.x

License

SQB is available under MIT license.

FAQs

Package last updated on 21 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts