easy-migrate

JSON →
library 1.1.6 ·javascript maintenance
verified Jun 7, 2026

easy-migrate is a migration framework for Node.js that automatically generates up and down migration scripts by comparing Sequelize model configuration files with the current database schema. Version 1.1.6 (latest) supports MySQL only, with limited data types (INT, VARCHAR, DECIMAL, DATETIME, DATE, TEXT, LONGTEXT). It provides a CLI tool (migrate) with create, up, down, and config commands. Unlike general migration tools, it automates migration content generation based on model definition changes, reducing manual SQL writing. The project appears to be in maintenance mode with no recent updates and limited community activity.