Created by: lafrech
Repo : https://github.com/Scille/umongo Docs : https://umongo.readthedocs.io
What is this Python project?
A synchronous/asynchronous ODM for MongoDB.
What's the difference between this Python project and similar ones?
- Work with multiple drivers (PyMongo, TxMongo, motor_asyncio and mongomock for the moment)
- Stay close to the standards MongoDB driver to keep the same API when possible: use find({"field": "value"}) like usual but retrieve your data nicely OO wrapped !
- Tight integration with Marshmallow serialization library to easily dump and load your data with the outside world
- i18n integration to localize validation error messages
- Python3 only
--
Anyone who agrees with this pull request could vote for it by adding a