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

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
- Changelog
- Getting Started
- Documentation
- API Reference Work in progress
- Changelog
- Collaboration and pull requests
- Roadmap
- Meetups
- IRC
- Google Groups
Running Examples
Instructions for running samples are located in the example directory. Try these samples in a live sandbox environment: