summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-PgPP/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBD-PgPP/DESCR')
-rw-r--r--databases/p5-DBD-PgPP/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/p5-DBD-PgPP/DESCR b/databases/p5-DBD-PgPP/DESCR
new file mode 100644
index 00000000000..1375c785a3d
--- /dev/null
+++ b/databases/p5-DBD-PgPP/DESCR
@@ -0,0 +1,6 @@
+DBD::PgPP is a Pure Perl client interface for the PostgreSQL database.
+This module implements network protocol between server and client of
+PostgreSQL, thus you don't need external PostgreSQL client library like
+libpq for this module to work. It means this module enables
+you to connect to PostgreSQL server from some operation systems
+which PostgreSQL is not ported. How nifty!