freebsd-ports/databases/py-pyPgSQL/pkg-descr
Neil Blakey-Milner cd4c2a4e4b Add pyPgSQL, a Python DB-API 2 compliant library for using PostgreSQL
databases

PR:		31705
Submitted by:	Gerhard Häring <gerhard@bigfoot.de>
2001-11-02 15:00:28 +00:00

13 lines
587 B
Plaintext

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@bigfoot.de>