Hacker News new | ask | show | jobs
by mark_l_watson 2303 days ago
I haven't used CouchDB in years. I just downloaded and installed it. Interesting that there are no apparent links to client libraries in different languages. Perhaps most people just use the HTTP API Reference and roll their own.
2 comments

There are a couple of client libraries in .NET

Some are no longer maintained. Some still work.

In Ruby there is a CouchRest gem, which I've used, but to be honest a REST interface that talks JSON is so easy to use that I've often thought we'd be better off without anything specific.
Thanks, that makes sense.