package
0.0.0-20210618155506-e580953310c8
Repository: https://github.com/franso/go-graphql-api.git
Documentation: pkg.go.dev

# Functions

ConnString returns a connection string based on the parameters it is given this would normally contain a password Please use a password in production @todo.
New makes a new database using the connection string and returns it, otherwise, returns an error.

# Structs

Db Structure Db is our database struct used for interacting with the db this is an awesome way since it prevents a global decalaration and we interact with the db through this struct.
User structure.