From c8dee84e9e056394d74bc70818f738d522868083 Mon Sep 17 00:00:00 2001 From: bryfry Date: Tue, 8 Jul 2014 10:05:18 -0400 Subject: [PATCH 1/2] Update README.md Add gorethink - Go language driver for RethinkDB --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce70e50c..8a50c7af 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [Neo4j-GO](https://github.com/davemeehan/Neo4j-GO) - Neo4j REST Client in golang. * [redigo](https://github.com/garyburd/redigo) - Redigo is a Go client for the Redis database. * [redis](https://github.com/hoisie/redis) - A simple, powerful Redis client for Go. + * [gorethink](https://github.com/dancannon/gorethink) - Go language driver for RethinkDB ## Email From 929db2fdc1cc6e213bc02b1ef444f37d8bfb04af Mon Sep 17 00:00:00 2001 From: bryfry Date: Tue, 8 Jul 2014 10:07:32 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a50c7af..25d24684 100644 --- a/README.md +++ b/README.md @@ -127,12 +127,12 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * NoSQL Databases * [gocouch](https://github.com/hoisie/gocouch) - Couchdb client for Go. + * [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. * [Neo4j-GO](https://github.com/davemeehan/Neo4j-GO) - Neo4j REST Client in golang. * [redigo](https://github.com/garyburd/redigo) - Redigo is a Go client for the Redis database. * [redis](https://github.com/hoisie/redis) - A simple, powerful Redis client for Go. - * [gorethink](https://github.com/dancannon/gorethink) - Go language driver for RethinkDB ## Email