odmantic
Package — DatabasePython 3.7+Intermediate
Async ODM for MongoDB using Pydantic models
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- pydantic, motor, pymongo
- Install
pip install odmantic
Learn by Difficulty
Quick Example
python
# Install: pip install odmantic import odmantic # Basic odmantic usage print(f"Using odmantic") # See documentation for detailed examples
odmantic is a third-party package. Async ODM for MongoDB using Pydantic models. Install with: pip install odmantic
Try in PlaygroundTags
packagedatabaseormpersistence