Multi dialect ORM for Node.JS
npm install @darkotech/sequelize






!node



Sequelize is a promise-based Node.js ORM for Postgres, MySQL, SQLite and Microsoft SQL Server. It features solid transaction support, relations, read replication and more.
``bash
$ npm install --save darkotech-sequelize
Sequelize follows SEMVER. Supports Node v4 and above to use ES6 features.
- Schema definition
- Schema synchronization/dropping
- 1:1, 1:M & N:M Associations
- Through models
- Promises
- Hooks/callbacks/lifecycle events
- Prefetching/association including
- Transactions
- Migrations
- CLI (sequelize-cli)