blob: af315704b07942c90d93208bd3df1b0199e541fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
py-simplecouchdb is a simple library to allow your python
application to use CouchDB.
With simplecouchdb, you can manage documents like you do
directly with CouchDB, schema-free. So document instance
(see :ref:schema-ref) are completely dynamic, you could
add/delete properties in your documents, retrieve them
without any schema, etc.
WWW: http://code.google.com/p/py-simplecouchdb/
|