Emmanuil c2e0590820 31.07.2020 4 سال پیش
..
lib c2e0590820 31.07.2020 4 سال پیش
node_modules c2e0590820 31.07.2020 4 سال پیش
types c2e0590820 31.07.2020 4 سال پیش
LICENSE c2e0590820 31.07.2020 4 سال پیش
README.md c2e0590820 31.07.2020 4 سال پیش
index.js c2e0590820 31.07.2020 4 سال پیش
package.json c2e0590820 31.07.2020 4 سال پیش

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