migration-mongodb
JSON →A minimalistic migration and seeding package for MongoDB that automates running migration files on app startup. Version 1.0.3 provides a simple synchronous initializer that scans a folder for files containing 'migration' in their name and executes them sequentially. It is designed for small projects or prototypes where a full migration framework is overkill. The package has no runtime dependencies beyond the native MongoDB driver. It does not support rollbacks, configuration files, or CLI commands; migrations are automatically run each time the application starts. The release cadence is unknown; the package has seen no recent updates. Compared to alternatives like migrate-mongo or mongodb-migrate, this package is much simpler but lacks features like down-migrations, version locking, and asynchronous control.