majensen / libneo4j-client

neo4j-client -- Neo4j Command Line Interface (CLI)
https://neo4j-client.net
Apache License 2.0
1 stars 2 forks source link

version #12

Open BITAClw opened 1 year ago

BITAClw commented 1 year ago

I am a novice. Recently, I need to try using C/C++to access the Neo4j diagram database. I'm glad to see this project. However, I would like to ask if Neo4j4.4.19 can use it. I tried to use it but reported an error with a version issue.

majensen commented 1 year ago

@BITAClw - please try building from this branch https://github.com/majensen/libneo4j-client/tree/feat-neo4j-5.0. I believe this should fix your problem. Let me know.

majensen commented 1 year ago

@BITAClw - I have merged that branch to master - see if the master branch fixes your issue.