Monty, Mongo tinified. MongoDB implemented in Python. Current version 2.5.6, supports Python >=3.7. Released irregularly.
pip install montydbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create an in-memory database and perform basic CRUD.
Use 'from montydb import MontyClient' or 'from montydb import connect'.
Check the documentation for supported operators; use native Python logic if needed.
Back up your montydb data directory before upgrading, or use in-memory mode temporarily.
Use MontyClient(repository='path/to/data') for persistent file-based storage.
Run 'pip install montydb' and use 'from montydb import MontyClient'.
Use MontyClient from montydb, not pymongo's MongoClient.
Replace unsupported operators with equivalent Python code or use simpler queries.
No dependency data recorded yet.