This website collects cookies to deliver better user experience
Mongox: Familiar Python MongoDB ODM
Mongox: Familiar Python MongoDB ODM
Mongox is a an async MongoDB ODM (Object Document Mapper)built on top of Motor and Pydantic. Mongox has a simple syntax, is easy to pick-up for people who have experience working with Python ORMs and is fully type-annotated.
You can install the python package:
pip install mongox
And you can define your models/collections using the Pydantic syntax: