π Built LightODM - a lightweight MongoDB ODM for Python
Why? I love Beanie, but needed: β Both sync & async support β MongoDBβs native query syntax (no DSL) β Direct PyMongo/Motor access β Minimal abstractions (~500 lines)
Perfect for microservices & simpler projects where you want Pydantic validation without heavy abstractions.
π¦ pip install lightodm π https://github.com/Aprova-GmbH/lightodm
Full writeup: https://vykhand.github.io/LightODM-Minimalistic-MongoDB-ODM/
#Python #MongoDB #OpenSource