>>
>>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).
DBI/DBD is also what Perl considers standard.
Sincerely,
Joshua D. Drake
>
> Sean
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings