📚 Neo4j-GO - Awesome Go Library for Database Drivers
Neo4j REST Client in golang.
🏷️ Database Drivers
📂 Libraries for building and using SQL.
⭐ 78 stars
Detailed Description of 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