Emmanuil 73a9f0ffcf 20.07.2020 4 years ago
..
lib 73a9f0ffcf 20.07.2020 4 years ago
node_modules 73a9f0ffcf 20.07.2020 4 years ago
types 73a9f0ffcf 20.07.2020 4 years ago
LICENSE 73a9f0ffcf 20.07.2020 4 years ago
README.md 73a9f0ffcf 20.07.2020 4 years ago
index.js 73a9f0ffcf 20.07.2020 4 years ago
package.json 73a9f0ffcf 20.07.2020 4 years ago

README.md

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