On Sat, Sep 8, 2012 at 1:05 PM, Pushkar Prasad <[email protected]> wrote: > Hi CouchdB experts, > > > > Is there a good C API for CouchDB? And I would love to know if there are any > documentations for the same. > > > > All I want to know is how to write a program in C, which does the following: > > > > 1. Insertion, Removal, Retrieval > 2. Add indexes > > > > Thanks, > > Pushkar > I started one using curl sometimes ago but never ended. Imo using libcurl with a good json library is enough for most of the case.
- benoit
