PHP/PDO Database Abstraction Layer
Hello,
Has anyone seen the following:
http://pecl.php.net/package/PDO
The description from the site:
PDO provides a uniform data access interface, sporting advanced features
such as prepared statements and bound parameters. PDO drivers are
dynamically loadable and may be developed independently from the core,
but still accessed using the same API.
This API is to replace the existing DB api for PHP 5.1. I have been
talking with some people in the PHP community and they mentioned
it would be great if we could get some people to review the pgsql
driver to make sure it is fully up to snuff.
Anyone up for it? This is our chance to get a really top notch PHP
driver for PostgreSQL that supports all the appropriate goodies.
Sincerely,
Joshua D. Drake
Command Prompt, Inc.
503-667-4564
--
Command Prompt, Inc., your source for PostgreSQL replication,
professional support, programming, managed services, shared
and dedicated hosting. Home of the Open Source Projects plPHP,
plPerlNG, pgManage, and pgPHPtoolkit.
Contact us now at: +1-503-667-4564 - http://www.commandprompt.com
On Mon, 2005-02-07 at 14:02 -0800, Joshua D. Drake wrote:
Hello,
Has anyone seen the following:
http://pecl.php.net/package/PDO
The description from the site:
PDO provides a uniform data access interface, sporting advanced features
such as prepared statements and bound parameters. PDO drivers are
dynamically loadable and may be developed independently from the core,
but still accessed using the same API.This API is to replace the existing DB api for PHP 5.1. I have been
talking with some people in the PHP community and they mentioned
it would be great if we could get some people to review the pgsql
driver to make sure it is fully up to snuff.Anyone up for it? This is our chance to get a really top notch PHP
driver for PostgreSQL that supports all the appropriate goodies.Sincerely,
Joshua D. Drake
Command Prompt, Inc.
503-667-4564
It hasn't been updated since May 2004 though. :-/
--
/***************************************
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland, OR | robby@planetargon.com
* 503.351.4730 | blog.planetargon.com
* PHP/PostgreSQL Hosting & Development
* --- Now hosting PostgreSQL 8.0! ---
****************************************/
Robby Russell wrote:
Sincerely,
Joshua D. Drake
Command Prompt, Inc.
503-667-4564It hasn't been updated since May 2004 though. :-/
Hmm... Well there must be another home for it then because
it is set to be the default database api for 5.1. Ahh now I see
it is already been pushed into the PHP source...
http://php.oregonstate.edu/manual/en/ref.pdo.php
I apologize for the confusion.
Sincerely,
Joshua D. Drake
--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd@commandprompt.com - http://www.commandprompt.com
PostgreSQL Replicator -- production quality replication for PostgreSQL
PDO just went into beta, and can be downloaded from
http://pecl.php.net/package/pdo to be compiled into previous versions of
PHP. We really should get some PHP and PgSQL people onto making sure
the PgSQL driver is top notch (if it isn't already).
Gavin
Show quoted text
On Mon, 2005-02-07 at 20:21 -0800, Joshua D. Drake wrote:
Robby Russell wrote:
Sincerely,
Joshua D. Drake
Command Prompt, Inc.
503-667-4564It hasn't been updated since May 2004 though. :-/
Hmm... Well there must be another home for it then because
it is set to be the default database api for 5.1. Ahh now I see
it is already been pushed into the PHP source...http://php.oregonstate.edu/manual/en/ref.pdo.php
I apologize for the confusion.
Sincerely,
Joshua D. Drake
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?