This is a simple package meant to execute SQL SELECT queries and format the query results.
The select class can connect to the database server, execute SELECT queries and store the results in an array class variable. The database connection can be configured by an external script.
A separate string formatting class can be use format the values returned as query results.
Currently it only supports MySQL but support for other SQL databases, like PostgreSQL and Oracle, is planned for a future release.