Migry
JSON →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.