Skip to content

Opening book details…

About this document

Sequelize: Node.js ORM Overview by minal is a document available to read on EtoBox.

Sequelize is an ORM for Node.js that provides a programmatic way to connect code to a database and manipulate data. It supports multiple databases including Postgres, MySQL, and SQLite. Sequelize offers features like promises, database migrations, associations, transactions, and raw queries. It works by installing Sequelize, connecting to a database, creating models, syncing models to the database, and performing CRUD operations. Sequelize is a stable, mature ORM with rich documentation and is easy to test.

Author
minal
Language
EN