Learn how to interact with Neo4j from a Go project using the Neo4j Go Driver
This repository accompanies the Building Neo4j Applications with Go course on Neo4j GraphAcademy.
For a complete walkthrough of this repository, enrol now.
To use the Neo4j Go Driver in your Go project, you can run the following command:
Installing the neo4j-go-driver dependency
go get -u github.com/neo4j/neo4j-go-driver/v5