Sequelize Migration 2
JSON →Sequelize Migration 2 is a Node.js library for managing database migrations using raw SQL scripts in Sequelize projects. Version 2.0.0 focuses on MySQL and PostgreSQL, with untested support for other dialects. It creates a `db_migration` table to track applied migrations and supports modular script directories per dialect. Compared to other tools, it relies purely on SQL files rather than JavaScript-based migrations, and the release cadence is low, with no major updates since 2020. Key differentiators include simplicity, dialect-specific folders, and optional MD5 checksum verification planned for future releases.
Resources
packagesequelize-migration-2 ↗
API endpoints
full doc /v1/registry/sequelize-migration-2