Community

Using Perl in PostgreSQL

(Andrew Dunstan) Most Perl users are familiar with using Perl to talk to databases. Perl’s DBI is, along with ODBC and JDBC, one of the most common and widely ported database client interfaces. The DBI driver for PostgreSQL, DBD::Pg, is very well-maintained, and quite featureful. For example, it rec

Read More - Register for Free Membership