neo4j-labs / neo4rs

Rust driver for Neo4j
https://docs.rs/neo4rs
202 stars 59 forks source link

Is there a way to get execution ResultSummary #161

Open calltherain opened 10 months ago

calltherain commented 10 months ago

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 commented 10 months ago

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).