# Functions
DbConnect opens MySQL database connection.
# Constants
MysqlDriver defines the name of the mysql driver.
NoRow defines the error string when no record found in the query result.
Percent defines the symbol that can be used to simplify the query statement building for example, when using fmt.Sprintf(), using this variable will avoid issue with double % inside the print.