This package is a MySQL database access wrapper. It can:
- Connect to a given MySQL database server
- Execute SQL queries
- Retrieve the query result rows into objects or whole result sets into arrays
- Retrieve the number of rows in a result set
- Retrieve the last inserted identifier
When there is an error, the class can send an e-mail message to a given address.