blob: 32b06791322390f5c53be72e899329915b11c290 (
plain) (
blame)
1
2
3
4
5
6
|
Minimongo is a lightweight, schemaless, Pythonic Object-Oriented interface
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
|