package
0.0.0-20200517010519-dae980f02612
Repository: https://github.com/bradford-hamilton/go-graphql-api.git
Documentation: pkg.go.dev

# Functions

ConnString returns a connection string based on the parameters it's given This would normally also contain the password, however we're not using one.
New makes a new database using the connection string and returns it, otherwise returns the error.

# Structs

Db is our database struct used for interacting with the database.
User shape.