What is Sequelize?
Sequelize is a popular ORM for relational databases like MySQL, PostgreSQL, SQLite, and
MSSQL.
It allows you to:
- Define models with JavaScript classes
- Handle migrations and schema changes
- Write complex queries using JavaScript instead of raw SQL