This package can be used to access SQL database of different types with the same API. There is a main class that creates an object of a driver class and takes care of calling the appropriate driver class functions. The driver class functions can: - Establish database connections - Access a given database - Execute SQL queries - Retrieve query results into an array This packages comes with a built-in MySQL driver class.