Migration framework for MongoDB in Node.js. Version 2.0.5 with no active maintenance (final release). Provides a simple up/down migration pattern using raw MongoDB driver callbacks. Differentiated from mongoose-based tools by using native mongodb driver directly. Designed for older Node.js (0.8.x+) and MongoDB 2.x. CAUTION: depends on deprecated mongodb driver v1.x; not compatible with MongoDB 3+ driver. No npm releases since 2015.
npm install mongodb-migrate-nfoldsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a migration with up/down functions and runs it via CLI.
Use mongodb-migrate or migrate-mongo for modern MongoDB driver support.
Use a dedicated database or prefix collection names.
Use child_process.spawn or switch to a library with JS API.
Run on older Node or patch package.json engines.
Prefix migration filenames with zero-padded numbers.
npm install mongodb@2
Install mongodb@2.x (npm install mongodb@2)
cd to project root and use the exact path: node ./node_modules/mongodb-migrate-nfolds -runmm up
No dependency data recorded yet.