{"library":"mongration","install":[{"cmd":"npm install mongration","imports":["import { Migration } from 'mongration'","const step = { id: 'step-name', up: function(db, next) { /* ... */ }, down: function(db, next) { /* ... */ } }","new Migration({ hosts: 'localhost:27017', db: 'mydb', migrationCollection: 'migrations' })"]},{"cmd":"yarn add mongration","imports":[]},{"cmd":"pnpm add mongration","imports":[]}]}