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/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 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.