What is sequelize?
"Sequelize is a promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Amazon Redshift and Snowflake’s Data Cloud. It features solid transaction support, relations, eager and lazy loading, read replication and more."
sequelize is used to facilitate high-performance Node.js workflows. It provides a robust footprint of 2.8 MB on disk.
Installation Guide
# Install via NPM
npm install sequelize
# Install via Yarn
yarn add sequelize