aboutsummaryrefslogtreecommitdiff
path: root/databases/py-simplecouchdb
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.9.26Martin Wilke2009-03-263-28/+58
| | | | | | | | PR: 133082 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=231073
* py-simplecouchdb is a simple librairy to allow your pythonMartin Wilke2009-02-094-0/+85
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> Notes: svn path=/head/; revision=227916