package
1.0.2
Repository: https://github.com/onsdigital/dp-graph.git
Documentation: pkg.go.dev

# Functions

New neo4j closeable connection pool configured with the provided address, connection pool size and timeout.
NewBoltRowReader returns a new reader instace for the given bolt rows.
NewWithPool : New NeoDriver structure containing the pool passed as parameter and a new Check.

# Constants

MsgHealthy Check message returned when Neo4j is healthy.
ServiceName : neo4j.

# Structs

BoltRowReader translates Neo4j rows to CSV rows.
NeoDriver contains a connection pool and allows basic interaction with the database.

# Interfaces

ClosableDriverPool corresponds to the interface bolt.ClosableDriverPool with only the exported fields and methods TODO we might want to modify bolt.ClosableDriverPool with exported fields/methods only and remove this interface I.e.
Neo4jDriver is the interface that wraps basic neo4j driver functionality.

# Type aliases

No description provided by the author
No description provided by the author
Result of queries to neo4j - needed for mocking and tests.