ahmedfarooki/pdb
PDB is a simple wrapper around PHP's PDO. It enhances PDO in a number of ways, including helper functions (e.g. getAll(), getRow(), etc.), the ability to explicitly disconnect from the database and the ability to reconnect to the database. It also adds singleton support. If you're familiar with PEAR's DB package you'll be happy to know PDB is fairly API compatible with it.
PHP