Re: Picking DB interfaces

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jason J(dot) Czerak" <jason-czerak(at)jasnik(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Picking DB interfaces
Date: 2000-08-19 04:53:04
Message-ID: 21971.966660784@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Jason J. Czerak" <jason-czerak(at)jasnik(dot)net> writes:
> what i'm confused about now is the best way to interface with the server.
> there's ODBC, DBI, and others.
> My main tools are Perl and PHP.

If you're using Perl I think it's a no-brainer: DBI is the standard way.
(Not sure why we don't include a DBI driver in the standard pgsql
distro, but you can find one in CPAN.)

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-08-19 04:59:51 Re: [General]Postgres Upgrade
Previous Message Jason J. Czerak 2000-08-19 04:32:51 Picking DB interfaces