This package is a simple MySQL database access wrapper.
It can establish MySQL database connections, execute queries, traverse SELECT queries results using a separate result set class, retrieve the last inserted table identifier value, retrieve the result of a query that returns a single row or a single value and switch to a different database using the same connection.