I am looking for go driver api: neo4j package - github.com/neo4j/neo4j-go-driver/neo4j - Go Packages
But couldn't understand how to use them. Can you please give me an example usage for eg. using type Statement interface
?
Hello,
You should be looking at the V5 docs: neo4j package - github.com/neo4j/neo4j-go-driver/v5/neo4j - Go Packages.
The link you provided leads to the very outdated V1 API.
If you want to get started, I'd actually advise to read the repository README: GitHub - neo4j/neo4j-go-driver: Neo4j Bolt Driver for Go.