Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sqbjs/sqb
Extensible, multi-dialect SQL query builder and Database connection framework for NodeJS
https://github.com/sqbjs/sqb
database database-connector mssql oracle orm postgresql rdbms sql sql-builder sql-query-builder sqlite
Last synced: 13 days ago
JSON representation
Extensible, multi-dialect SQL query builder and Database connection framework for NodeJS
- Host: GitHub
- URL: https://github.com/sqbjs/sqb
- Owner: sqbjs
- License: apache-2.0
- Created: 2017-05-12T12:46:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T15:19:19.000Z (18 days ago)
- Last Synced: 2024-10-24T04:33:10.127Z (15 days ago)
- Topics: database, database-connector, mssql, oracle, orm, postgresql, rdbms, sql, sql-builder, sql-query-builder, sqlite
- Language: TypeScript
- Homepage: https://sqbjs.org
- Size: 4.91 MB
- Stars: 17
- Watchers: 5
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support/jest-setup.js
Awesome Lists containing this project
README
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![CircleCI][circleci-image]][circleci-url]
[![Test Coverage][coveralls-image]][coveralls-url]## 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](https://sqbjs.org/) for documentationThanks to all of the great [contributions](https://github.com/sqbjs/sqb/graphs/contributors) to the project.
## Issues
You can report bugs and discuss features on the [GitHub issues](https://github.com/sqbjs/sqb/issues) page
### License
SQB is available under [MIT](LICENSE) license.[npm-image]: https://img.shields.io/npm/v/@sqb/connect.svg
[npm-url]: https://npmjs.org/package/@sqb/connect
[circleci-image]: https://dl.circleci.com/status-badge/img/gh/sqbjs/sqb/tree/master.svg?style=shield
[circleci-url]: https://dl.circleci.com/status-badge/redirect/gh/sqbjs/sqb/tree/master
[coveralls-image]: https://coveralls.io/repos/github/sqbjs/sqb/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/sqbjs/sqb?branch=master
[downloads-image]: https://img.shields.io/npm/dm/@sqb/builder.svg
[downloads-url]: https://npmjs.org/package/@sqb/builder