Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Pg - A libpq-based PostgreSQL interface for Perl
- Description:
pgperl is an interface between Perl and PostgreSQL. This uses the Perl5
API for C extensions to call the PostgreSQL libpq interface. Unlike
DBD:pg, pgperl tries to implement the libpq interface as closely as
possible.
You have a choice between two different interfaces: the old C-style
interface and a new one, using a more Perl-ish style. The old style has
the benefit that existing libpq applications can easily be ported to
perl. The new style uses class packages and might be more familiar to
C++ programmers.
Packages