{"library":"codemao-migrate-mongo","type":"library","category":null,"description":"A database migration tool for MongoDB in Node.js. Current stable version is 2.2.7. It provides a simple CLI to initialize, create, run up/down migrations, and check status. Key differentiators: lightweight, uses the official MongoDB Node.js driver, supports both callback and Promise API, and stores changelog in a MongoDB collection. Releases are infrequent but stable. Ideal for projects needing a straightforward migration solution without complex setup.","language":"javascript","status":"active","version":"2.2.7","tags":["javascript","migrate mongo mongodb migrations database"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install codemao-migrate-mongo","imports":["module.exports.up = async (db) => { /* migration */ }","module.exports.down = async (db) => { /* rollback */ }","module.exports = { mongodb: { url: '...', options: {} }, migrationsDir: 'migrations', changelogCollectionName: 'changelog' }"]},{"cmd":"yarn add codemao-migrate-mongo","imports":[]},{"cmd":"pnpm add codemao-migrate-mongo","imports":[]}],"homepage":"https://github.com/seppevs/migrate-mongo#readme","github":"https://github.com/seppevs/migrate-mongo","docs":null,"changelog":null,"pypi":null,"npm":"codemao-migrate-mongo","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}