A Python Object-Document-Mapper for working with MongoDB http://mongoengine.org
Find a file
2009-12-18 13:40:33 +00:00
docs Updated tutorial, added tutorial link to readme 2009-12-16 18:47:53 +00:00
mongoengine Required fields may now use default values 2009-12-18 13:40:33 +00:00
tests Queries may now use multiple operators on fields 2009-11-23 18:16:41 +00:00
.gitignore Added docs directory, started tutorial 2009-11-22 23:26:21 +00:00
LICENSE Added LICENSE and README.rst 2009-11-22 23:40:06 +00:00
README.rst Updated tutorial, added tutorial link to readme 2009-12-16 18:47:53 +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.