Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


SQB Logo


[![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 documentation

Thanks 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