node-mysql-migration

JSON →
library 0.2.1 ·javascript abandoned
verified Jun 5, 2026

Simple MySQL migration utility for Node.js (v0.2.1, last updated 2014). Provides basic migration framework using plain SQL files with flyway-style naming (V1__description.sql). Each migration file supports only a single SQL statement by default; multiple statements require `multipleStatements: true` in connection config. No rollback support, no programmatic API, minimal error handling. Last release over a decade ago, recommended for legacy projects only.