node-neo4j-embedded icon indicating copy to clipboard operation
node-neo4j-embedded copied to clipboard

Embedded Neo4j driver for Node.js

Results 5 node-neo4j-embedded issues
Sort by recently updated
recently updated
newest added

Hello Jochen, what is the reason you stopped working on this ? I like your work very much - thanks for making this open source ! Are there any technical...

Hi, the current link for the API Docs is not working, please could you update it on the README? http://docs.whitefrog.de/neo4j-embedded

I'm attempting to use neo4j-embedded in the test suite for an application I'm developing, but I keep running into a Java error anytime I try to perform an action on...

I discovered a serios bug regarding transactions in the asynchronous node environment. It first hit me when multiple users called methods simultaneously that led to wrong transaction assignments. I'm currently...

Hey, Loving the driver so far but we are having some issues figuring out coding patterns. We need to access the database from multiple contexts (Say, to load the User...