Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For the neo4j .Net article did you look at the neo4jclient driver? #9

Closed
jexp opened this issue May 7, 2018 · 1 comment
Closed

Comments

@jexp
Copy link

jexp commented May 7, 2018

It uses neo4j-driver under the hood but already comes with object mapping and a query DSL :)

https://github.com/Readify/Neo4jClient

Really nice article. Thanks!

@bytefish
Copy link
Owner

bytefish commented May 8, 2018

Yes, I looked and used the Readify Neo4jClient when starting with Neo4j. I think I switched back to the neo4j-driver, because I had performance problems... so I thought more control is necessary. But the performance problem were due to my queries, so I think porting the example to the Readify Client is useful. 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants