Version
- neo4j 5.19.0
- golang SDK (github.com/neo4j/neo4j-go-driver/v5 v5.18.0)
Sight
i need a new neo4j database to insert the csv data to neo4j using the apoc extend package
The pseudocode is as follows
driverWithContext.Run(ctx,"create database graphName ")
new driverWithContext
dirverWithContext.NewSession(Options{Database:graphName}).Run(cypher language)
Result
Neo4jError: Neo.TransientError.General.DatabaseUnavailable(Unable to get a routing table for database 'graphName' because this database is unavailable)