Package Exports
- sequelize
- sequelize/lib/data-types
- sequelize/lib/data-types.js
- sequelize/lib/dialects/mysql/connection-manager
- sequelize/lib/dialects/mysql/query
- sequelize/lib/dialects/mysql/query-generator
- sequelize/lib/dialects/postgres
- sequelize/lib/dialects/postgres/query-generator.js
- sequelize/lib/errors
- sequelize/lib/hooks
- sequelize/lib/model
- sequelize/lib/operators
- sequelize/lib/promise
- sequelize/lib/query-interface
- sequelize/lib/query-interface.js
- sequelize/lib/query-types
- sequelize/lib/query-types.js
- sequelize/lib/sequelize
- sequelize/lib/sql-string
- sequelize/lib/transaction
- sequelize/lib/utils
- sequelize/lib/utils/deprecations
- sequelize/lib/utils/logger
- sequelize/lib/utils/validator-extras
- sequelize/package.json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sequelize) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Sequelize
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 SEMVER. Supports Node v6 and above to use ES6 features.
New to Sequelize? Take a look at the Tutorials and Guides. You might also be interested in the API Reference.
v5 Release
You can find the upgrade guide and changelog here.
Table of Contents
Installation
$ npm install --save sequelize # This will install v5
# And one of the following:
$ npm install --save pg pg-hstore # Postgres
$ npm install --save mysql2
$ npm install --save mariadb
$ npm install --save sqlite3
$ npm install --save 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
- Sequelize & TypeScript
- Enhanced TypeScript with decorators
- Sequelize & GraphQL
- Add-ons & Plugins
- Sequelize CLI
- Sequelize & CockroachDB
Learning
Translations
- English v5 (OFFICIAL)
- 中文文档 v4/v5 (UNOFFICIAL)