migrate-mongo

JSON →
library 2.2.7 ·javascript
verified Jun 7, 2026

A database migration tool for MongoDB in Node.js. Current stable version is 2.2.7. It provides a simple CLI to initialize, create, run up/down migrations, and check status. Key differentiators: lightweight, uses the official MongoDB Node.js driver, supports both callback and Promise API, and stores changelog in a MongoDB collection. Releases are infrequent but stable. Ideal for projects needing a straightforward migration solution without complex setup.