Joel Rees wrote:
> We need to set up some primitives in php for mysql, then repeat for
> postgresql, so that we bury most of the differences in the primitives.
> I'm pretty sure I can do this myself, but would like to avoid
> re-inventing the entire wheel, if possible.
Pear DB
http://pear.php.net/package-info.php?pacid=46
or
Pear MDB
http://pear.php.net/package-info.php?pacid=54
or others found here:
http://pear.php.net/packages.php?catpid=7&catname=Database
HTH,
Joe