Add files from parent branch HEAD:
[pkgsrc.git] / databases / p5-postgresql / DESCR
1   Pgsql_perl5 is an interface between Larry Wall's language perl
2 version 5 and the database PostgreSQL (previously Postgres95).  This
3 has been done by using the Perl5 application programming interface
4 for C extensions which calls the Postgres programmer's interface
5 LIBPQ.  Pgsql_perl5 tries to implement the LIBPQ- interface as close
6 as possible.
7
8   You have the choice between two different interfaces: the old
9 C-style like interface and a new one, using a more Perl-ish like
10 style.  The old style has the benefit, that existing Libpq
11 applications can easily be ported to perl. The new style uses class
12 packages and might be more familiar for C++- programmers.
13
14   You may distribute this module under the terms of either the GNU
15 General Public License or the Artistic License, as specified in the
16 Perl README file.