Merge pull request #621 from solher/patch1

Add Arangolite ArangoDB driver
This commit is contained in:
Thiago Avelino 2015-10-24 22:12:35 -02:00
commit aa0cc97200

View File

@ -251,6 +251,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