sqbjs / sqb

Extensible, multi-dialect SQL query builder and Database connection framework for NodeJS

Home Page:https://sqbjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQB Logo


NPM Version NPM Downloads CircleCI Test Coverage

About

SQB is a modern all-in-one db framework for small to enterprise grade NodeJS applications. It contains multi-dialect query builder, DB connection wrapper with blazing fast connection pooling, powerful ORM, database migration utility and also it has built-in NestJS module.

Main goals

  • Single code base for building multi-dialect applications
  • Fast, efficient and memory optimized applications
  • Let applications work with large data tables efficiently
  • Expandable to meet all needs.

Getting started

Visit sqbjs.org for documentation

Thanks to all of the great contributions to the project.

Issues

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

License

SQB is available under MIT license.

About

Extensible, multi-dialect SQL query builder and Database connection framework for NodeJS

https://sqbjs.org

License:Apache License 2.0


Languages

Language:TypeScript 99.4%Language:JavaScript 0.6%