# 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.
# 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.