From: | "Matthew Nuzum" <cobalt(at)bearfruit(dot)org> |
---|---|
To: | "'Andrei Verovski (aka MacGuru)'" <andreil1(at)mail(dot)starlett(dot)lv>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: PHP Abstraction Layer - Your Opinion Please |
Date: | 2003-01-23 19:51:50 |
Message-ID: | 001301c2c318$e02cd0a0$6700a8c0@mattspc |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> I am currently looking for PHP database access abstraction layer which
> supports PostgreSQL.
>
> The choices are:
> 1) adodb
> 2) metabase
> 3) MDB - merge of PEAR and metabase
> 4) PEAR only
>
I really like adodb. It is a very strong, stable and mature OO library
that is extremely easy for novice programmers to pick up.
Additionally, because it is so similar to Microsoft's ADO library, you
will find other benefits as well. For example, I recently had to "whip
up" a simple visual basic program and found that I already knew how to
do much of the database stuff because of my familiarity with adodb.
According to the author of adodb, it's also faster than the other three
db abstraction libraries.
--
Matthew Nuzum
www.bearfruit.org
cobalt(at)bearfruit(dot)org
From | Date | Subject | |
---|---|---|---|
Next Message | Matthew Nuzum | 2003-01-23 20:02:33 | Re: I was spoiled by the MySQL timestamp field |
Previous Message | Tilo Schwarz | 2003-01-23 19:31:55 | psql 7.3.1 crash |