{"id":52794,"library":"neo4j-neo4j-go-driver","title":"Neo4j Go Driver","description":"Official Neo4j driver for Go, enabling interaction with Neo4j graph databases.","status":"active","version":"1.8.3","language":"go","source_language":null,"source_url":"https://github.com/neo4j/neo4j-go-driver","tags":["neo4j","graph","database","driver"],"install":[{"cmd":"go get github.com/neo4j/neo4j-go-driver","lang":"bash","label":"Install github.com/neo4j/neo4j-go-driver"}],"dependencies":[],"imports":[{"symbol":"neo4j","correct":"github.com/neo4j/neo4j-go-driver"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/neo4j/neo4j-go-driver/neo4j\"\n)\n\nfunc main() {\n\tdriver, _ := neo4j.NewDriver(\"bolt://localhost:7687\", neo4j.BasicAuth(\"neo4j\", \"password\", \"\"))\n\tdefer driver.Close()\n\tsession, _ := driver.Session(neo4j.AccessModeWrite)\n\tdefer session.Close()\n\tresult, _ := session.Run(\"CREATE (n:Person {name: $name}) RETURN n\", map[string]interface{}{\"name\": \"Alice\"})\n\tfmt.Println(result)\n}","lang":"go","description":"Connects to Neo4j and creates a node"},"warnings":[{"fix":"Use github.com/neo4j/neo4j-go-driver/v5/neo4j","message":"Version 1.x is legacy; consider upgrading to v5 for new features and support.","severity":"breaking","affected_versions":">=1.0.0 <5.0.0"}],"env_vars":null,"search_vec":"'databas':14,17 'driver':3,6,18 'enabl':9 'go':2,8 'graph':13,16 'interact':10 'neo4j':1,5,12,15 'offici':4","created_at":"2026-06-15T07:12:06.382864+00:00","updated_at":"2026-06-15T07:12:06.382864+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/neo4j/neo4j-go-driver","github":"https://github.com/neo4j/neo4j-go-driver","docs":"https://pkg.go.dev/github.com/neo4j/neo4j-go-driver#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}