aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-pyPgSQL/pkg-descr
blob: eaac6ef29ac366a48c34851935acfb4bb956cb96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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.

WWW: http://pypgsql.sourceforge.net/
developed by Bill Allie et al

- Gerhard Haering <gerhard.haering@gmx.de>