不要怂,就是干,撸起袖子干!

README.md 3.4 KB

Sequelize

npm version Build Status Windows Build status codecov Bountysource Slack Status npm downloads node License 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, read replication and more.

v5 Release

You can find upgrade guide and changelog here

npm install --save sequelize # will install v5

Table of Contents

Installation

$ npm install --save sequelize

# And one of the following:
$ npm install --save pg pg-hstore
$ npm install --save mysql2
$ npm install --save mariadb
$ npm install --save sqlite3
$ npm install --save tedious # MSSQL

Sequelize follows SEMVER. Supports Node v6 and above to use ES6 features.

Documentation

Responsible disclosure

If you have any security issue to report, contact project maintainers privately. You can find contact information here

Resources

Tools

Learning

Translations