From 770ec38d7eaff3160476db5d0bc7cc15961c749d Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Mon, 18 May 2015 15:07:19 +1000 Subject: [PATCH] add gocb --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f9374cc..16e990da 100644 --- a/README.md +++ b/README.md @@ -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