CouchDB from C# - updated
Tuesday, August 5th, 2008A surprising number of people have asked about this, so I’ve pushed some updates to my thrown-together C# CouchDB client into the repository at Google Code.
They are only minor changes to get it to work with the changes made in CouchDB version 0.8, and also work against the latest trunk version, 0.9. As well as the compatibility changes, the ‘Query’ form now lets you specify an optional reduce function along with the map function.
For the sake of completeness, I’ll repeat what I’ve said elsewhere - the GUI part is not meant as an example of a good GUI, it’s just there as a testbed for the library. Similarly, the library is not a great or comprehensive example of a library, but it’s serving my needs for now at least. Consider it a how-to if nothing else.