{"library":"migry","type":"library","category":null,"description":"Migry is a simplistic MongoDB migration manager built specifically for Mongoose. Current stable version is 0.4.1, with no recent updates (last release likely 2019). It provides a CLI and programmatic API to create, list, and run migrations using JavaScript files that export an async function. Key differentiators: lightweight, no external dependencies besides Mongoose 5.x, and supports per-environment config with TLS options. Compared to alternatives like migrate-mongo, Migry has far fewer features and no active maintenance. Suitable for small projects that already use Mongoose and need a minimal migration runner. Use cautiously: peer dependency on Mongoose 5.x, no support for Mongoose 6+, and potential security risks from unverified npm package.","language":"javascript","status":"maintenance","version":"0.4.1","tags":["javascript","database-migration","mongoose-migration","manager"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install migry","imports":["const migry = require('migry');","const CLI = require('migry').CLI;","const Migrator = require('migry').Migrator;"]},{"cmd":"yarn add migry","imports":[]},{"cmd":"pnpm add migry","imports":[]}],"homepage":"https://github.com/alxolr/migry#readme","github":"https://github.com/alxolr/migry","docs":null,"changelog":null,"pypi":null,"npm":"migry","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}