Migro

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

Lightweight database migration tool for Node.js supporting PostgreSQL and MySQL. Current stable version is 0.2.3, released as a minimal CLI tool with no runtime dependencies. It uses a JSON config file (.migrorc) and organizes migrations by version and database, with alphabetical sorting. Unlike more full-featured tools like Knex or Umzug, Migro is simple and focused, but has limited driver support (only PostgreSQL actively) and is not actively maintained. Compatible with Node >=10.