sequelize-migreat

JSON →
library 7.0.0 ·javascript
verified Jun 7, 2026

Migreat is a migration tool for Sequelize that simplifies schema management by allowing you to define models and associations declaratively, then automatically generating TypeScript migration files. Current stable version is 7.0.0, with a focus on type safety and developer experience. Unlike raw Sequelize migrations, Migreat provides a higher-level abstraction to define schemas and generate migrations programmatically, reducing boilerplate and manual SQL. It supports both initial schema generation and incremental migration from existing schemas.