From 737c5d65c70313c65609ecc645b5a14f5986e2df Mon Sep 17 00:00:00 2001 From: Fabien Herfray Date: Wed, 14 Oct 2015 12:21:09 +0200 Subject: [PATCH] Arangolite ArangoDB driver added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a19b782c..b94bbab9 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * NoSQL Databases * [aerospike-client-go](https://github.com/aerospike/aerospike-client-go) - Aerospike client in Go language. + * [arangolite](https://github.com/solher/arangolite) - Lightweight golang driver for ArangoDB. * [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