{"library":"mongodb-migrate-nfolds","type":"library","category":null,"description":"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.","language":"javascript","status":"deprecated","version":"2.0.5","tags":["javascript","mongo","migrate","migrations"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install mongodb-migrate-nfolds","imports":["Create migration files with exports.up and exports.down as shown in README","node ./node_modules/mongodb-migrate-nfolds -runmm up","function up(db, next) { db.collection('pets').insert({...}, next); }"]},{"cmd":"yarn add mongodb-migrate-nfolds","imports":[]},{"cmd":"pnpm add mongodb-migrate-nfolds","imports":[]}],"homepage":"https://github.com/flyrock/mongo-migrate#readme","github":"git://github.com/flyrock/mongo-migrate","docs":null,"changelog":null,"pypi":null,"npm":"mongodb-migrate-nfolds","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}