# 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.
# Constants
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
object used to marshal request body.
No description provided by the author
wrapper struct to pass db into resolvers.
object that user authorization info will be stored in.