Sequelize is a promise-based Node.js ORM for Postgres, MySQL, SQLite and Microsoft SQL Server. It features solid transaction support, relations, read replication and more.
Sequelize is a promise-based Node.js ORM for Postgres, MySQL, SQLite and Microsoft SQL Server. It features solid transaction support, relations, read replication and more.
From 3.0.0 and up Sequelize will follow [SEMVER](http://semver.org). 3.0.0 contains important security fixes so we highly recommend that users upgrade.
# And one of the following:
$ npm install --save pg pg-hstore
$ npm install --save mysql2
$ npm install --save sqlite3
$ npm install --save tedious // MSSQL
```
Starting from 4.0.0 Sequelize will only support Node v4 and above to use ES6 features.
Sequelize follows [SEMVER](http://semver.org). Supports Node v4 and above to use ES6 features.
## Features
## Features
...
@@ -43,18 +48,21 @@ Starting from 4.0.0 Sequelize will only support Node v4 and above to use ES6 fea
...
@@ -43,18 +48,21 @@ Starting from 4.0.0 Sequelize will only support Node v4 and above to use ES6 fea
If you have any security issue to report, contact project maintainers privately. You can find contact information [here](https://github.com/sequelize/sequelize/blob/master/CONTACT.md)
If you have any security issue to report, contact project maintainers privately. You can find contact information [here](https://github.com/sequelize/sequelize/blob/master/CONTACT.md)