What is SQB
SQB is an extensible, multi-dialect SQL query builder and Database connection wrapper for NodeJS. SQB can be used as a pure sql query builder or database connection wrapper.
Take a look at DOCUMENTATION for details
You can report bugs and discuss features on the GitHub issues page
Thanks to all of the great contributions to the project.
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
Installation
$ npm install sqb --save
Node Compatibility
Change log
To see changelog click here
License
SQB is available under MIT license.