I just sent this message to the brand new CouchDb mailinglist:
Dear Couch Potatoes (or something),
I updated the CouchDb PHP Library and the Demo
application BugShrink (our bug-tracker) to the new
JSON API.
They are up in a separate Google Code Project.
Check out the code at
http://couchprojects.googlecode.com/svn/trunk/
and the project pages at
http://code.google.com/p/couchprojects/.
Enjoy,
Jan
While not yet released, the current SVN version of CouchDb is worth playing with. Now you can even do it from within PHP.
In case you forgot: CouchDb is a document-based database written in Erlang that has nifty features like a JSON/REST-API, document version control, fulltext search, a map-reduce view engine that uses Javascript functions to define views, being designed for high concurrency and a cluster of cheap hardware. And much more.