mongoengine
Package — DatabasePython 3.7+Intermediate
Document-Object Mapper for MongoDB (Django-style)
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- pymongo
- Install
pip install mongoengine
Learn by Difficulty
Quick Example
python
# Install: pip install mongoengine import mongoengine # Basic mongoengine usage print(f"Using mongoengine") # See documentation for detailed examples
mongoengine is a third-party package. Document-Object Mapper for MongoDB (Django-style). Install with: pip install mongoengine
Try in PlaygroundTags
packagedatabaseormpersistence