2011-01-19 15:42:39 +01:00
|
|
|
py-simplecouchdb is a simple library to allow your python
|
|
|
|
application to use CouchDB.
|
2009-02-09 17:54:34 +01:00
|
|
|
|
|
|
|
With simplecouchdb, you can manage documents like you do
|
|
|
|
directly with CouchDB, schema-free. So document instance
|
2011-01-19 15:42:39 +01:00
|
|
|
(see :ref:schema-ref) are completely dynamic, you could
|
2009-02-09 17:54:34 +01:00
|
|
|
add/delete properties in your documents, retrieve them
|
|
|
|
without any schema, etc.
|
|
|
|
|
|
|
|
WWW: http://code.google.com/p/py-simplecouchdb/
|