Update README.md

Add go-couchbase, take 2
This commit is contained in:
Traun Leyden 2014-08-06 09:13:54 -07:00
parent e963ba73b5
commit eb1c62ea24

View File

@ -121,6 +121,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* NoSQL Databases * NoSQL Databases
* [cayley](https://github.com/google/cayley) - A graph database with support for multiple backends. * [cayley](https://github.com/google/cayley) - A graph database with support for multiple backends.
* [go-couchbase](https://github.com/couchbaselabs/go-couchbase) - Couchbase client in Go
* [gorethink](https://github.com/dancannon/gorethink) - Go language driver for RethinkDB * [gorethink](https://github.com/dancannon/gorethink) - Go language driver for RethinkDB
* [gomemcache](https://github.com/bradfitz/gomemcache/) - memcache client library for the Go programming language. * [gomemcache](https://github.com/bradfitz/gomemcache/) - memcache client library for the Go programming language.
* [mgo](http://godoc.org/labix.org/v2/mgo) - MongoDB driver for the Go language that implements a rich and well tested selection of features under a very simple API following standard Go idioms. * [mgo](http://godoc.org/labix.org/v2/mgo) - MongoDB driver for the Go language that implements a rich and well tested selection of features under a very simple API following standard Go idioms.