A database migration tool for MongoDB, providing a simple way to manage and apply schema/data migrations. Current version 1.3.1 is stable but appears to have no recent updates (last release 2018).
pip install mongodb-migrationsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize migrations, create a sample migration, and run it.
Consider alternatives like mongodb-migrate, migrate-mongo, or write custom migration scripts.
Always implement downgrade methods and use --rollback explicitly.
Use Python 3.6-3.7 or pin to older versions of dependencies.