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

Is there a way to get execution ResultSummary #161

Open
calltherain opened this issue Jan 4, 2024 · 1 comment
Open

Is there a way to get execution ResultSummary #161

calltherain opened this issue Jan 4, 2024 · 1 comment

Comments

@calltherain
Copy link

I'm migrating some of our Golang code to Rust, in Golang Neo4j library, I can get the result summary like nodes created/deleted, relationship added/removed, attributes updated...

Looks like this is not possible in neo4rs at the moment?

Thanks

@knutwalker
Copy link
Collaborator

You're right, we don't support result summary yet. We're going to improve the support for additional Bolt features soon and I'll keep that in mind (since the counters are a protocol feature and not part of a response itself).

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