neo4j-cypher
v0.1.4
Published
A Neo4j driver for making Cypher queries over HTTP
Downloads
5
Readme
neo4j-cypher
A Neo4j driver for making Cypher queries over HTTP
Indexing and mass property updates can't be done with pure Cypher yet, so the library provides HTTP API wrappers for these functions. Currently compatible with Neo4j 1.8M06 and up.
Install
npm install neo4j-cypher
Usage
Coming soon...