This is the release announcement topic for our brand new official go driver.
You can find full instructions (in addition to go get github.com/neo4j/neo4j-go-driver/neo4j) on how to use the official go driver at https://github.com/neo4j/neo4j-go-drive...
Hi All,
I'm working for Neo4j Drivers Team in London - spending most of my time on the new official Go driver and C connector (seabolt) nowadays.
Cheers,
Ali
Hi @jmadan,
Go driver doesn't support cross compilation scenarios (just because it depends on a native library - seabolt - through cgo). Does it successfully build when you don't specify GOOS as part of the go build command, i.e. does it build and ru...
Just quoting another response here.
Trying to get Golang + BOLT driver working / failing Go
Hi @jeremy,
Could you please verify the versions of components you have are the latest ones, once again? It seems that you're usi...
Hi @jeremy,
Could you please verify the versions of components you have are the latest ones, once again? It seems that you're using 1.7.2 or an earlier version of gobolt with a more recent version of seabolt.
The latest versions of each of these comp...
Hi jeremy,
I don't know exact versions installed on your system, but it seems that your neo4j-drivers/gobolt version is somehow behind seabolt. Could you please verify that you have the latest neo4j/neo4j-go-driver and neo4j-drivers/gobolt release ve...
The go driver only accepts a map[string]interface{} as parameters and do not support passing struct types. My suggestion would be parallel to what you're already doing, like mapping your own array of struct values to into array of map[string]interfac...