Harry Marr 0a64f42d5f Renamed Document._id to id (still _id in DB)
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.
2009-12-18 16:31:32 +00:00
2009-11-22 23:40:06 +00:00

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.
Description
A Python Object-Document-Mapper for working with MongoDB
Readme 8.8 MiB
Languages
Python 100%