db-auto-migrate

JSON →
library 1.1.6 ·javascript
verified Jun 7, 2026

Automatic MySQL database migration and schema synchronization tool. Version 1.1.6. It reads 'CREATE TABLE' .sql files and automatically syncs the database schema to match those definitions. Features include upgrade (versioned, irreversible migration with logging and rollback protection) and autoSync (development-only automatic schema sync with risk assessment). Only supports MySQL. Release cadence: actively maintained with periodic updates. Key differentiator: full automation of schema synchronization based on single source of truth (DDL files), with no manual migration scripts needed for common changes.