Mongoose Migrate

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

A migration framework for Node.js that stores migration state in MongoDB instead of a local file, forked from visionmedia/node-migrate. Version 0.2.4 is the latest release (last updated 2013). It requires a config file with MongoDB connection details and uses an environment variable to point to it. Designed for environments like Heroku where the filesystem is ephemeral. Release cadence is low; no recent updates. Differentiator: persists migration records in a MongoDB collection, avoiding the need for a local .migrate file.