From 57f78ae1a40a2f2883f5733eff665484a4428d42 Mon Sep 17 00:00:00 2001 From: Jeremy Hanna Date: Tue, 3 Feb 2015 11:26:59 -0600 Subject: [PATCH] Added gocql to the list of nosql drivers. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da3540ef..35519155 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [aerospike-client-go](https://github.com/aerospike/aerospike-client-go) - Aerospike client in Go language. * [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 + * [gocql](http://gocql.github.io) - A Go language driver for Apache Cassandra. * [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. * [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.