Baseline

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

A simple database migration and versioning tool for Node.js, focusing on MySQL databases. Version 0.2.7 (stable, last updated 2015) works by maintaining change logs in the database and incrementally updating the database using user-supplied SQL change scripts. It supports init, migrate, backup, and restore commands via CLI. Only MySQL is supported currently, with planned support for other databases. Requires Node.js >= 4.0.0. Configuration files support YAML, JSON, and Node module formats. The tool is minimal and aimed at database-first development teams.