This class can be used to execute database queries from parameter lists using PDO. It can connect to a given database and execute queries from lists of parameters defined programatically to specify tables, fields, values conditions, etc.. Currently it can execute select queries to retrieve results into arrays, insert or update records into a table from values passed in an associative array, and delete table records that match a given condition.