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 release is now available under @latest
tag. You can find detailed changelog here.
Note: master
branch points to experimental version not suitable for production. All documentation PRs should be opened for v6
branch. All bug-fix / feature PRs should be opened for master
branch first, then for their release target branches i.e. v6
or v5
.
- git - should be installed in the system.
- For ibm_db, please check: https://github.com/ibmdb/node-ibm_db#prerequisite
$ npm install --save git+https://[email protected]/ibmdb/sequelize.git#db2_support
# 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
If you have security issues to report, please refer to our Responsible Disclosure Policy for more details.