Neo4j-GO
CategoryDatabase Drivers
SubcategoryLibraries for building and using SQL.
Stars78
Neo4j REST Client in golang.
About Neo4j-GO
DEPRECATED! Consider these instead: https://github.com/johnnadratowski/golang-neo4j-bolt-driver https://github.com/go-cq/cq
Install: If you don't have GOROOT in your environment make sure you set it to your base go dir. for example: #: export GOROOT=/usr/local/go
to install: #: cd Neo4j-GO #: make && make install
Frequently Asked Questions
What is Neo4j-GO?
Neo4j-GO is a Database Drivers library for the Go programming language. Neo4j REST Client in golang.
How do I install Neo4j-GO?
Install Neo4j-GO with the Go module system using `go get davemeehan/Neo4j-GO`. Check the repository for the current installation instructions.
What category does Neo4j-GO belong to?
Neo4j-GO is listed under Database Drivers, specifically Libraries for building and using SQL..