# Functions
BuildAuthToken will return an authorization token used as the password for a DB connection.
NewConnectionStringBuilder will return an ConnectionStringBuilder.
# Variables
ErrNoConnectionFormat will be returned during build if no format had been specified.
# Structs
ConnectionStringBuilder is a builder that will construct a connection string with the provided parameters.
# Type aliases
ConnectionFormat is the type of connection that will be used to connect to the database.