freebsd-ports/databases/py-simplecouchdb/pkg-descr

11 lines
386 B
Text
Raw Normal View History

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/