blorm
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i blorm

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

1.24 MB

Total Files

125

Last publish

Collaborators

  • hadimousavi