Registry / database / neo4j-drivers-gobolt

neo4j-drivers-gobolt

JSON →
library1.7.4gogounverified

A Bolt protocol driver for Neo4j graph database.

go get github.com/neo4j-drivers/gobolt
INSTALL
IMPORT
SIG · NEO4J-DRIVERS-GOBO
N
neo4j-drivers-gobolt
databasegov1.7.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gobolt
github.com/neo4j-drivers/gobolt

Connect to a Neo4j database

package main import ( "fmt" "github.com/neo4j-drivers/gobolt" ) func main() { conn, _ := gobolt.Connect("bolt://localhost:7687", gobolt.WithBasicAuth("neo4j", "password")) defer conn.Close() fmt.Println("Connected!") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
neo4j-drivers-gobolt — go get neo4j-drivers-gobolt · libregistry