mongoose-migration

JSON →
library 0.2.0 ·javascript deprecated
verified Jun 7, 2026

Data migration tool for Mongoose (v0.2.0). This package allows you to manage database migrations for Mongoose models via a CLI tool. It uses a configuration file (`.migrate.json`) to define the database connection and model paths, and provides commands to create, run, and rollback migrations. The last release was in 2014, and the project has no recent updates. It is a lightweight alternative to more robust migration tools like `migrate-mongoose`, but lacks features like environments and timestamp-based migration. Note that the package is outdated and may not be compatible with modern Mongoose versions (>=5.x).