A Python Object-Document-Mapper for working with MongoDB
http://mongoengine.org
Although MongoDB uses _id, underscore prefixed attributes imply private access in Python and are sometimes may not be accessed (e.g. in the Django template language), but id should be public. |
||
|---|---|---|
| docs | ||
| mongoengine | ||
| tests | ||
| .gitignore | ||
| LICENSE | ||
| README.rst | ||
MongoEngine =========== MongoEngine is an ORM-like layer on top of PyMongo. Tutorial available at http://hmarr.com/mongoengine/ **Warning:** this software is still in development and should *not* be used in production.