PHP Postgres Driver

An Object-Oriented abstraction library for talking to a Postgres database from PHP. It supports such feature as storing credentials for the database in internal structures, so that you only need to specify an abstract "identifier", as well as methods for catching errors and passing them back to the caller, as opposed to printing them on the screen.

This is written in PHP and is API compcatable with PHP MySQL Driver, also written by me.