Simple migrations (utilising Mongoose for memory)
migration framework for mongoosejs and MongoDB
command line tooling for migroose, the mongodb/mongoosejs migration framework
command line tooling for mongrate, the mongodb/mongoosejs migration framework
Rails-style migrations for MongoMapper
Mongrations aims to be similar to ActiveRecord's data migrations, except instead of worrying about schema changes, offering a way to change data when necessary
Mongrations aims to be similar to ActiveRecord's data migrations, except instead of worrying about schema changes, offering a way to change data when necessary
Mongration is a tool for migrating data. It is designed to have the same interface as ActiveRecord's migrations but be used with Mongoid instead of an SQL database.