This package has been deprecated

Author message:

security issues fixed in v3.32.0

@jvodicka/sequelize

1.7.9999 • Public • Published

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:

Package Sidebar

Install

npm i @jvodicka/sequelize

Weekly Downloads

0

Version

1.7.9999

License

MIT

Unpacked Size

11.8 MB

Total Files

63

Last publish

Collaborators

  • jvodicka