Replies: 3 comments 1 reply
|
I agree that it's a good idea. I prefer the wrapper. https://github.com/brianc/node-pg-types/blob/c4f8c120d245657f03b0972fdf923b9e296a9eaf/index.js#L9 |
|
Is it possible to use Apache AGE with opencypher driver (like neo4j-driver)? |
|
@mbledkowski I don't think so at the moment because it has to convert the query into a sql query. Also some features are neo4j are not fully supported yet in apache age. I suggest using apache-age-client at the moment. Feel free to submit PR's or suggestions on how we can improve the api. |
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone,
After reading the pdf docs and thinking about how we should proceed to create a node.js client, I have a few ideas:
If you believe these are good ideas I'll start writing the client right away.
Also, if you think there is room for improvements, let's talk about it!
All reactions