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

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...
.eslintrc.json Loading commit data...
.gitignore Loading commit data...
.markdownlint.json 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...
ENGINE.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
SECURITY.md Loading commit data...
appveyor.yml Loading commit data...
docker-compose.yml Loading commit data...
index.js Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...
sscce_template.js Loading commit data...

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 Release

You can find detailed changelog here.

Installation

$ npm i sequelize # This will install v6

# 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