From c42f4a789f51d2958c7a534b1a97a927c37cd494 Mon Sep 17 00:00:00 2001 From: Byron Ruth Date: Thu, 29 Jan 2015 19:08:57 -0500 Subject: [PATCH] Add "neoism" database drive for Neo4j --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d4cebf..a27dccf 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. + * [neoism](https://github.com/jmcvetta/neoism) - Neo4j client for Golang * [neo4j](https://github.com/cihangir/neo4j) - Neo4j Rest API Bindings for Golang * [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.