sequelize-typescript-model-repository-migration

JSON →
library 1.0.13 ·javascript
verified Jun 7, 2026

Auto-generate Sequelize migration scripts from sequelize-typescript model decorators, similar to Django's makemigration. Current stable version 1.0.13. Scans models for changes and generates up/down functions, resolving issues with @Index decorators, missing sequelizemeta table, and underscore table options. Uses snapshot files instead of SequelizeMetaMigration table. Supports prettier formatting. Release cadence is irregular. Alternative to umzug with manual migration writing.