2.0.0 • Published 4 years ago

sequelize_mba v2.0.0

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

Sequelize

npm version Travis Build Status Appveyor Build Status codecov npm downloads Merged PRs semantic-release

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

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

v6-beta Release

npm version

v6-beta is now available. You can find detailed changelog here.

Installation

$ npm i sequelize # This will install v5
$ npm i sequelize@next # This will install v6-beta

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

Documentation

Responsible disclosure

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

Resources

Tools

Translations