I'm researching the proper tools to use for an application that gathers data and inserts it into a PostgreSQL database with ODBC extensions. Now, the question I am asking is which one of the different Perl <-> PostgreSQL modules available on CPAN is worth investigating further.
The modules I've found so far is "Postgres", "Pg" and "PgSQL" as well as a reference to a DBI::Pg in one of the threads on site (is that the same as "Pg"?).
So, which one would the monks of this monastery recommend?
/Dargosch