From 28616470543b366ff826a7ac7fa78ff6fdbd9b5a Mon Sep 17 00:00:00 2001 From: Dmitrijs Vrublevskis Date: Thu, 7 Jan 2016 09:08:09 +0000 Subject: [PATCH] Add libneo4j-client --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67c71c2..2c1575d 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ Table of Contents #### Other +- [libneo4j-client](https://github.com/cleishm/libneo4j-client) - libneo4j-client is a client library written in C for Neo4j. It is not intended as a complete driver, but rather as a foundation on which basic tools and drivers for various languages may be built. libneo4j-client takes care of all the detail of establishing a session with a Neo4j server, sending statements for evaluation, and retrieving results. - [node-neo4j](https://github.com/thingdom/node-neo4j) - REST API client for Node. - [Neo4jClient](https://github.com/Readify/Neo4jClient) - .NET client binding. - [neoism](https://github.com/jmcvetta/neoism) - Client for Golang.