johnnadratowski / golang-neo4j-bolt-driver

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

uri & clean code update #46

Closed gaurav-gogia closed 6 years ago

gaurav-gogia commented 6 years ago

an attempt at making the slow 'n' clean code a little more cleaner by dividing packing different parts in their own functions.

changed the uri to now contain user & password part so that new users won't have trouble while connecting to db

hope you like it ^.^