{"library":"mongodb-changelog","type":"library","category":null,"description":"A Liquibase-inspired MongoDB migration tool for Node.js, version 3.0.1. It provides a simple way to apply sequential changes to MongoDB with tracking in a 'databasechangelog' collection. Unlike other migration libraries, it focuses on synchronous processing of change sets and automatic detection of modifications via md5 checksums. Suitable for Node >=10, with basic async/await support. Release cadence is low, maintained sporadically.","language":"javascript","status":"active","version":"3.0.1","tags":["javascript","mongodb","migrations","migrate","changelog","liquibase"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mongodb-changelog","imports":["const changelog = require('mongodb-changelog');\nchangelog(config, tasks);","const changelog = require('mongodb-changelog');\nchangelog(config, tasks).then(() => {...});","// @ts-ignore\nconst changelog = require('mongodb-changelog');"]},{"cmd":"yarn add mongodb-changelog","imports":[]},{"cmd":"pnpm add mongodb-changelog","imports":[]}],"homepage":"https://github.com/malykhinvi/node-mongodb-changelog","github":"https://github.com/malykhinvi/node-mongodb-changelog","docs":null,"changelog":null,"pypi":null,"npm":"mongodb-changelog","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}