# Functions
GetCnString returns a sql server connection string.
GetProcessScripts returns the list of process scripts from the config.
GetSchemaScripts returns the list of schema scripts from the config.
ReadConfig reads the config file based on location passed interface{}.
ResolvePath returns the fully qualified path of the name of the file passed in.
# Structs
CfgScripts represents the list of schema and process scripts.
MssqlCn represents the connection string.
PrjConfig represents the configuration from the json file.