Description
Perl applications can connect to PostgreSQL databases through the standard DBI interface. This lets scripts, reports, web applications, and services run queries against PostgreSQL without handling the wire protocol themselves.
It is a database driver library. Applications using it manage credentials, SQL, and returned data, so connection configuration and query input should be handled carefully.