summaryrefslogtreecommitdiff
path: root/databases/p5-postgresql/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-postgresql/DESCR')
-rw-r--r--databases/p5-postgresql/DESCR16
1 files changed, 16 insertions, 0 deletions
diff --git a/databases/p5-postgresql/DESCR b/databases/p5-postgresql/DESCR
new file mode 100644
index 00000000000..52160233fb8
--- /dev/null
+++ b/databases/p5-postgresql/DESCR
@@ -0,0 +1,16 @@
+ Pgsql_perl5 is an interface between Larry Wall's language perl
+version 5 and the database PostgreSQL (previously Postgres95). This
+has been done by using the Perl5 application programming interface
+for C extensions which calls the Postgres programmer's interface
+LIBPQ. Pgsql_perl5 tries to implement the LIBPQ- interface as close
+as possible.
+
+ You have the choice between two different interfaces: the old
+C-style like interface and a new one, using a more Perl-ish like
+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 for C++- programmers.
+
+ You may distribute this module under the terms of either the GNU
+General Public License or the Artistic License, as specified in the
+Perl README file.