Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Hello! I have a server that needs neo4j driver, i would like to use this one. #2

Open
WarRomanDa opened this issue Feb 18, 2020 · 1 comment
Labels
question Further information is requested

Comments

@WarRomanDa
Copy link

Should i open connection for each query?

@nikitawootten
Copy link
Member

Hi! Currently this go-bolt driver is very much in alpha and cannot be considered stable. We are working on stability testing. In the meantime, check our other repo out: mindstand/golang-neo4j-bolt-driver.. This is a more stable fork of another neo4j driver, but it does not support neo4j 4.

You can keep a connection open as long as your process is running, just be sure to close the connection when you are finished. If you keep the connection open for too long without using it, the neo server may kill it.

@erictg erictg added the question Further information is requested label Mar 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants