This class can be used to run MySQL database queries from parameter lists. It can connect to a given MySQL database server and run SQL SELECT, INSERT, UPDATE and DELETE queries composed lists of parameters that define tables, fields, fields values and conditions. The SELECT query results can be cached in files using another class.