CodeBrowser / npm / sequelize
sequelize@6.37.8
// 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.
$ npm install sequelize
downloads/wk
2,749,835
license
MIT
version
6.37.8
published
Mar 7, 2026
What is sequelize?
Sequelize is an Object-Relational Mapping (ORM) library for Node.js that lets you interact with relational databases like PostgreSQL, MySQL, SQLite, and SQL Server using JavaScript objects instead of writing raw SQL queries. Developers use it to simplify database operations, manage complex relationships between data, and handle transactions while reducing boilerplate code. It supports advanced features like eager loading, lazy loading, and read replication across multiple database systems.
Keywords
#mysql #mariadb #sqlite #postgresql #postgres #pg #mssql #db2 #ibm_db #sql #oracledb #sqlserver #snowflake #orm #nodejs #object relational mapper #database #db
Maintainers
janaameier, durango, mickhansen, sdepold, felixfbecker, sushantdhiman, eseliger, papb, wikirik