summaryrefslogtreecommitdiff
path: root/databases/py-PgSQL/DESCR
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-09-09 13:46:24 +0000
committerrecht <recht@pkgsrc.org>2003-09-09 13:46:24 +0000
commit554076acb758f86853a12f69b8c40bc4b0e56d0f (patch)
treec623582f3c441a0549c9e9d7c143e7a2eed6dcae /databases/py-PgSQL/DESCR
parent6552e7457bfbd706140660b6e571679b92716f39 (diff)
downloadpkgsrc-554076acb758f86853a12f69b8c40bc4b0e56d0f.tar.gz
Initial import of pyPgSQL 2.4
from pkgsrc-wip pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant interface to PostgreSQL databases. The first module, libpq, exports the PostgreSQL C API to Python. This module is written in C and can be compiled into Python or can be dynamically loaded on demand. The second module, PgSQL, provides the DB-API 2.0 compliant interface and support for various PostgreSQL data types, such as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc. This module is written in Python.
Diffstat (limited to 'databases/py-PgSQL/DESCR')
-rw-r--r--databases/py-PgSQL/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/py-PgSQL/DESCR b/databases/py-PgSQL/DESCR
new file mode 100644
index 00000000000..6790d42bddb
--- /dev/null
+++ b/databases/py-PgSQL/DESCR
@@ -0,0 +1,7 @@
+pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant
+interface to PostgreSQL databases. The first module, libpq, exports the
+PostgreSQL C API to Python. This module is written in C and can be compiled
+into Python or can be dynamically loaded on demand. The second module, PgSQL,
+provides the DB-API 2.0 compliant interface and support for various PostgreSQL
+data types, such as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc. This module is
+written in Python.