Mangoose Migrate

JSON →
library 0.1.7 ·javascript
verified Jun 7, 2026

A lightweight migration tool for Mongoose (MongoDB), inspired by Django's migration system. Version 0.1.7 is the latest stable release, with no frequent updates. It provides a CLI for creating and running migrations, supports configuration via environment variables, config file, or CLI arguments. Key differentiators: minimal API focused on simple schema migrations (CreateModel, AddField), designed for small to medium projects, but limited features compared to alternatives like migrate-mongoose.