Access MySQL and PostgreSQL using PDO
This package can access MySQL and PostgreSQL using PDO. It can establish database connections using PDO and perform several types of queries. The class can execute arbitrary queries, select queries that return one row, queries that return a range of result set rows, execute INSERT and UPDATE queries, retrieve the last inserted record identifier or the next record sequence value, begin, commit and rollback transactions.