I am using node.js and am wondering what is the easiest way to achieve the following:
Connect to neo4j. Issue my cypher queries in a parameterised fashion. Receive the data back from neo4j as JSON. (not changed into another representation, or deserialised) Basically I would like to be as close to the metal of Neo4j as possible. I don't want the API to handle creation of nodes or relationships, I would like to do this all myself with custom cypher queries. Is there a library that would be recommended to meet these requirements? -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
