Migoose

JSON →
library 0.2.4 ·javascript
verified Jun 7, 2026

Migoose is a migration toolkit for Mongoose, current stable version 0.2.4. It solves the problem of bundling migration files with tools like @vercel/ncc by generating migration code that is imported directly into the codebase, rather than globbing at runtime. Key differentiators: supports TypeScript, no 'down' migrations, uses Mongoose's connection. Release cadence is irregular; it is a young project with limited adoption.