neo4j-go-driver icon indicating copy to clipboard operation
neo4j-go-driver copied to clipboard

add Records method to ResultWithContext

Open jordan-bonecutter opened this issue 1 year ago • 0 comments

The Records method returns a func type equivalent to an iter.Seq2 which allows it to be used in a for loop in go 1.23 and up without requiring updating the version in the go.mod file.

jordan-bonecutter avatar Aug 30 '24 17:08 jordan-bonecutter