Multi dialect ORM for Node.JS
npm install sequelize-ibmdb






Sequelize is a promise-based Node.js ORM for Postgres, MySQL, Db2, MariaDB, SQLite and Microsoft SQL Server. It features solid transaction support, relations, eager and lazy loading, read replication and more. Sequelize follows SEMVER.
New to Sequelize? Take a look at the Tutorials and Guides. You might also be interested in the API Reference.

v6-beta is now available. You can find detailed changelog here.
``bash
$ npm install --save sequelize # This will install v5
$ npm install --save sequelize@next # This will install v6-beta