sequelize.js

Getting started with sequelize.js

Remarks#

Sequelize is a promise-based ORM for Node.js and io.js. It supports the dialects PostgreSQL, MySQL, MariaDB, SQLite and MSSQL and features solid transaction support, relations, read replication and more.

For more information on what an “ORM” is, check out this article: Object-Relational Mapping

Installation or Setup

Detailed instructions on getting sequelize.js set up or installed.


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow