JSPM

sequelize

5.16.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2139026
  • Score
    100M100P100Q191305F
  • License MIT

Multi dialect ORM for Node.JS

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

npm version Travis Build Status Appveyor Build Status npm downloads codecov Last commit Merged PRs GitHub stars Bountysource Slack Status node License 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 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

Learning

Translations