Merge pull request #407 from codingsince1985/hotfix

add gocb - official Couchbase Go SDK
This commit is contained in:
Duke 2015-05-18 11:19:38 -03:00
commit e6bc78b740

View File

@ -221,6 +221,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [cayley](https://github.com/google/cayley) - A graph database with support for multiple backends.
* [go-couchbase](https://github.com/couchbase/go-couchbase) - Couchbase client in Go
* [go-couchdb](https://github.com/fjl/go-couchdb) - Yet another CouchDB HTTP API wrapper for Go
* [gocb](https://github.com/couchbaselabs/gocb) - Official Couchbase Go SDK
* [gocql](http://gocql.github.io) - A Go language driver for Apache Cassandra.
* [gomemcache](https://github.com/bradfitz/gomemcache/) - memcache client library for the Go programming language.
* [gorethink](https://github.com/dancannon/gorethink) - Go language driver for RethinkDB