Sql Class
An SQL abstraction library for PHP.
Sql Class aims to provide a cross-database api (similar to PDO) with extra methods to avoid writing simple SQL.
It also aims to be an alternative to ORM libraries, which often generate poorly performing SQL.
This library requires that you are comfortable writing raw SQL queries, if this is not for you then there are a number of ORMs available: