Magazines, Books and Articles

Wednesday, March 18, 2015

A C# library for CouchDB

I was recently working on a .NET project that uses CouchDB v 1.6.1 as its database. As part of this project, I created this library to abstract away the HTTP requests to a CouchDB. It is a work in progress, but the methods available should be sufficient for CRUD operations on a CouchDB database.

The code's written in C# in VS 2013 Community Edition.

You can download the source at https://github.com/nestas-santanu/CouchDBLibrary/releases and use it in your projects that use CouchDB. No strings attached.