Thread: Re[2]: Pg.pm question

Re[2]: Pg.pm question

From
"Kurt Miller"
Date:
>>While you are on it, I'd suggest using DBD::Pg instead of Pg.

Please explain?

-km


Re: Re[2]: Pg.pm question

From
Alex Pilosov
Date:
Pg.pm has perl bindings which closely mimic native libpq interface.
DBD::Pg is a driver conformant to DBI interface, meaning that you can port
DBD::Pg code to any other database. I noticed that DBD::Pg usually gets
more attention than Pg itself...

-alex

On Wed, 11 Oct 2000, Kurt Miller wrote:

>
> >>While you are on it, I'd suggest using DBD::Pg instead of Pg.
>
> Please explain?
>
> -km
>
>