From: | David <dbree(at)duo-county(dot)com> |
---|---|
To: | Sean Davis <sdavis2(at)mail(dot)nih(dot)gov> |
Cc: | pgsql-interfaces(at)postgresql(dot)org |
Subject: | Re: pgperl vs dbd-perl |
Date: | 2005-08-09 16:10:24 |
Message-ID: | 20050809161024.GC1756@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
On Tue, Aug 09, 2005 at 10:57:41AM -0400, Sean Davis wrote:
> On 8/9/05 10:45 AM, "David" <dbree(at)duo-county(dot)com> wrote:
>
> > I'm wondering which of the two is considered the best.
> > However, in researching the mailing lists, etc, it seems that DBD:: is
> > getting the most attention - in fact, I see little mention of PgPerl,
> > and the PgPerl list seems rather quiet.
> > Is PgPerl still viable or is DBD the way to go?
>
> DBD::Pg is the way to go, for numerous reasons. DBI is very well supported.
> More importantly, almost all database-related work is done by building on
> DBI. Interfacing your own code with those of others is then relatively
> straightforward. See, for some examples, DBIx::RecordSet or Class::DBI.
> Finally, if you every need to port to another database product (GASP!), DBI
> is fairly easy to adapt (depending on DB-specific SQL).
Well, so far (and quite quickly) I've received two replies and both are
in agreement that DBD is the way to go. and Dirk Jagdmann flatly stated
that PgPerl is outdated.
This was much as I'd suspected so I think I'll move over.
Thanks to both of you for the insight.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-08-09 16:26:52 | Re: Getting results after networking error |
Previous Message | jtv | 2005-08-09 15:16:44 | Getting results after networking error |