/neo4j-denodeified

Wrapping neo4j in a protective q shell

Primary LanguageJavaScript

Node-Neo4j and q

node-neo4j is a great project for using the kick-ass neo4j database with node.

The node-neo4j project uses some wacky async interface which I've never seen, though I'm sure that it's perfectly normal and that I'm just living under a rock. I like to use the q async package, so I made this package. I've made it mostly with me in mind.

I've used the Proxy pattern and Q.nbind() to maintain node-neo4j's complete interface [leaving out all the callback parameters].