freebsd-ports/databases/py-pyPgSQL/pkg-descr
Ying-Chieh Liao 1fa008a4fe upgrade to 2.3
PR:		46099
Submitted by:	maintainer
2003-01-02 19:28:46 +00:00

12 lines
591 B
Text

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>