neo4j-go-driver
neo4j-go-driver copied to clipboard
add Records method to ResultWithContext
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.