-
Notifications
You must be signed in to change notification settings - Fork 2
added support for RemoveVertex, UpdateEdge, and EdgeCount #3
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
base: main
Are you sure you want to change the base?
added support for RemoveVertex, UpdateEdge, and EdgeCount #3
Conversation
This looks ok to me @dominikbraun is it worth merging in? |
@ngfgrant Absolutely, I haven't had the time yet but I'm going to merge @jonbrandenburg's PRs in this and the main repo soon. |
Nice one - let me know if I can help in any way 👍 |
Update on this? I also bumped into the same issue. quick hack on your go.mod, use jonbrandenburg patched version:
I'll leave here a snippet of code that won't compile yet. When this gets merged it will be easy to check:
|
This is an attempt to update the library to support the latest changes / graph.Store interface. I recognize this PR might be more palatable if it were broken down into smaller chunks and/or reworked however I thought I'd post it now to get some feedback before doing any more work on it.