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

Name Last Update
.github Loading commit data...
docs Loading commit data...
lib Loading commit data...
scripts Loading commit data...
test Loading commit data...
types Loading commit data...
.editorconfig Loading commit data...
.esdoc.json Loading commit data...
.eslintrc.json Loading commit data...
.gitignore Loading commit data...
.npmrc Loading commit data...
.travis.yml Loading commit data...
CONTACT.md Loading commit data...
CONTRIBUTING.DOCS.md Loading commit data...
CONTRIBUTING.md Loading commit data...
Dockerfile Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
appveyor.yml Loading commit data...
docker-compose.yml Loading commit data...
index.js Loading commit data...
package.json Loading commit data...
sscce_template.js Loading commit data...

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