johnnadratowski / golang-neo4j-bolt-driver

Golang Bolt driver for Neo4j
MIT License
213 stars 72 forks source link

Cleanly close all connections in the driver pool #34

Closed Matt-Guest closed 7 years ago

Matt-Guest commented 7 years ago

This PR is to address the following issue #27.

I tried to avoid breaking changes in older versions hence why I added the additional interface.

Can this please be reviewed, many thanks.

johnnadratowski commented 7 years ago

@Matt-Guest - Sorry for the delay on this. Code looks good. I'll merge it down.