# Functions
FilterRows takes in the filters from the params set in http.Params If there is no filters set, an empty string will be returned.
New creates a new database driver dependant on the environment.
# Variables
No description provided by the author
# Interfaces
Driver represents the functions and methods for interacting with the Database, which could be MySQL (tested) Postgres (experimental).