JSPM

sequelize

1.7.0-rc5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2133585
  • Score
    100M100P100Q196080F
  • License MIT

Multi dialect ORM for Node.JS

Package Exports

  • sequelize
  • sequelize/lib/data-types
  • sequelize/lib/data-types.js
  • sequelize/lib/dialects/mysql/query
  • sequelize/lib/dialects/mysql/query-generator
  • sequelize/lib/dialects/postgres
  • sequelize/lib/dialects/postgres/query-generator.js
  • sequelize/lib/hooks
  • 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/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 Bitdeli Badge Build Status Dependency Status Flattr this

MySQL, MariaDB, PostgresSQL, and SQLite Object Relational Mapper (ORM) for node.

Install

To install 1.x.x (currently 1.7.x) - which has a stable API and is mostly backwards compatible:

npm install sequelize

To install 2.x.x branch - which has a unstable API and will break backwards compatability:

npm install sequelize@unstable

Features

  • Schema definition
  • Schema synchronization/dropping
  • 1:1, 1:M & N:M Associations
  • Through models
  • Promises
  • Hooks/callbacks/lifecycle events
  • Prefetching/association including

Resources

Running Examples

Instructions for running samples are located in the example directory. Try these samples in a live sandbox environment: