Hello,
I am proud to announce CouchPdb 0.1, a library for communication with CouchDB, a document-oriented database.
The library consists of three objects: [couchdb] for the communication with CouchDB, [json-encode] for building JSON objects for storing in the database, and [json-decode] that uses the same mechanisms as [couchdb] for outputting JSON objects.
Currently the Makefile is only optimized for Debian GNU/Linux Wheezy, you will need a version of libcurl-dev and libjson0-dev (alias json-c) installed.
Help patches for the objects are included, please report bugs on the project homepage. For the help patches to work, you will need to have a running instance of CouchDB on localhost and port 5984 (standard port).
https://github.com/residuum/CouchPdb
Thanks for your attention and your help, Thomas