@sqb/nestjs
v4.26.0
Published
Nestjs module for data connection using SQB
Readme
[![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url] [![Build Status][travis-image]][travis-url] [![Test Coverage][coveralls-image]][coveralls-url] [![Dependencies][dependencies-image]][dependencies-url] [![DevDependencies][devdependencies-image]][devdependencies-url] [![Package Quality][quality-image]][quality-url]
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/nestjs --saveNode Compatibility
- node >= 16.x
Environment Variables
The library supports configuration through environment variables. Environment variables below is accepted. All environment variables starts with prefix (SQB_). This can be configured while registering the module.
