This is a wrapper class to simplify MySQL queries.
It features
- Connect to a MySQL server reusing connections previously opened to the same server
- Insert or update rows using arrays of fields and values
- Delete rows that satisfy a given condition
- Could execute transaction by sending an array of query
- Emulate sub-selects with NOT IN clause
- Select single field values providing a default value in case no row is returned