1.0.2 • Published 4 years ago

blorm v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Blorm

Blorm is a promise-based Node.js ORM inspired on Sequelize for Blowpack Framework and Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server. It features solid transaction support, relations, eager and lazy loading, read replication and more.

New to Blorm? Take a look at the Tutorials and Guides. You might also be interested in the API Reference.

v1 is now available.

Installation

$ npm i blorm # This will install v1
or
$ yarn add blorm # Install via yarn



# And one of the following:
Via npm
$ npm i pg pg-hstore # Postgres
$ npm i mysql2 # Mysql
$ npm i mariadb # Mariadb
$ npm i tedious # Microsoft SQL Server



Via Yarn
$ yarn add pg pg-hstore # Postgres
$ yarn add mysql2  # Mysql
$ yarn add mariadb # Mariadb
$ yarn add tedious # Microsoft SQL Server

Documentation

Responsible disclosure

If you have security issues to report, please refer to our Responsible Disclosure Policy for more details.

Author