neo4j / neo4j-go-driver

Neo4j Bolt Driver for Go
Apache License 2.0
496 stars 70 forks source link

add Records method to ResultWithContext #600

Open jordan-bonecutter opened 2 months ago

jordan-bonecutter commented 2 months ago

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 commented 2 weeks ago

anything I can do to help get this feature merged?