couchbase / go-couchbase

Couchbase client in Go
https://godoc.org/github.com/couchbase/go-couchbase
MIT License
321 stars 92 forks source link

Does this work with CouchDB? #63

Open flimzy opened 9 years ago

flimzy commented 9 years ago

Googling for CouchDB libraries for Go results in links to couch-go, which in turn all direct here.

I'm guessing that this project has long since abandoned CouchDb support, am I correct?

A small blurb in the Readme explaining why we're redirected here from couch-go, and whether or not this project is still relevant to CouchDB might be nice.

tleyden commented 9 years ago

Nope, this doesn't work with CouchDB, but you can check out https://github.com/dustin/go-couch -- I don't know if it's the best one, but I've used it extensively and it's worked well.