From: | John DeSoi <desoi(at)pgedit(dot)com> |
---|---|
To: | Mauro Bertoli <bertolima(at)yahoo(dot)it> |
Cc: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: php wrapper |
Date: | 2005-04-25 00:36:53 |
Message-ID: | 1ED2CC3A-B522-11D9-8C8A-000A95B03262@pgedit.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
On Apr 21, 2005, at 8:00 AM, Mauro Bertoli wrote:
> Hi, I need a PHP wrapper for PostgreSQL...
>
> I found 1000 small "+/- identicals" wrappers but
> incompleted
>
> There's an "ufficial" or an suggested PHP wrapper?
Why not use the built-in PHP functions for PostgreSQL? If by wrapper
you mean an abstraction to support other databases, what other systems
do you need to support?
PEAR seems to have a nice databases abstraction layer (DB.php). Drupal
uses this to support PostgreSQL and MySQL.
John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL
From | Date | Subject | |
---|---|---|---|
Next Message | Bruno Wolff III | 2005-04-25 04:23:27 | Re: to_char(interval) ? |
Previous Message | Andrew - Supernews | 2005-04-24 20:24:00 | Re: Matching the MYSQL "Describe <table-name>" command |