For Python, I use Cloudant-Python<https://github.com/cloudant-labs/cloudant-python> but I'm biased. Check it out in action here<https://github.com/cloudant-labs/cloudant-python#usage> .
But really, if your needs amount to document CRUD, I can't think of a CouchDB library that won't do the trick. Most of the libraries out there differ in interface philosophy, or as Russell noted, how they handle things like concurrency and large responses. Best regards, Max <http://www.maxthayer.org/> On Tue, Mar 4, 2014 at 12:52 PM, Stanley Iriele <[email protected]>wrote: > Cocudb is a very flexible database so it really depends on what you're > trying to do with it....also what language is your project in? > On Mar 4, 2014 9:43 AM, "Ramanadham, Radhika" <[email protected]> > wrote: > > > Hi, > > > > I am trying to see if couchDB is a good fit for my project. For the most > > part, looks like it is. I also wanted to know which interface/library is > a > > better one with better support out there to talk to couchDB? > > Can you any one help with some suggestions. > > > > Thank you, > > R > > > > >
