aboutsummaryrefslogtreecommitdiff
path: root/devel/py-minimongo
Commit message (Collapse)AuthorAgeFilesLines
* Minimongo is a lightweight, schemaless, Pythonic Object-Oriented interfaceMartin Wilke2011-06-254-0/+69
to MongoDB. It provides a very thin, dynamicly typed (schema-less) object management layer for any data stored in any MongoDB collection. Minimongo directly calls the existing pymongo query syntax. WWW: https://github.com/slacy/minimongo PR: ports/157031 Submitted by: Mirko Zinn <mail at derzinn.de> Notes: svn path=/head/; revision=276357