This is a simple MySQL database access wrapper class that can execute the most common types of SQL queries with a single function call.
It has functions for opening and closing database connections and also individual functions to execute SQL queries of type INSERT, SELECT, UPDATE, REPLACE and DELETE.