This class can be used to manage database connections using the PDO extension. It can setup a PDO object to access a database of a given type, host and database name. The class also takes the user name, password and whether the database connection to establish should be persistent.