πŸš€ 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