Reputation: 21
I am working on analyzing the transition a Dot Net Core application(which uses Neo4jClient ) from Neo4J database to memgraph database. Can anyone help me if Neo4jClient can be used for Memgraph or a custom implementation needs to be done for cypher query creation ? Any references is appreciated.
Tried connecting to a docker instance Memgraph. Facing errors while going through Neo4Client connection. Expected just a connection string and few syntax changes for Memgraph
Upvotes: 2
Views: 105