freebsd-ports/databases/py-simplecouchdb/pkg-descr
Martin Wilke 9ef8e2c699 py-simplecouchdb is a simple librairy to allow your python
applicationto use CouchDB.

With simplecouchdb, you can manage documents like you do
directly with CouchDB, schema-free. So document instance
(see :ref:schema-ref) are completly dynamic, you could
add/delete properties in your documents, retrieve them
without any schema, etc.

WWW:	http://code.google.com/p/py-simplecouchdb/

PR:		ports/131296
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-02-09 16:54:34 +00:00

10 lines
385 B
Text

py-simplecouchdb is a simple librairy to allow your python
applicationto use CouchDB.
With simplecouchdb, you can manage documents like you do
directly with CouchDB, schema-free. So document instance
(see :ref:schema-ref) are completly dynamic, you could
add/delete properties in your documents, retrieve them
without any schema, etc.
WWW: http://code.google.com/p/py-simplecouchdb/