pkgsrc/databases/py-PgSQL
recht c22a6065d6 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.
2003-09-09 13:46:24 +00:00
..
patches Initial import of pyPgSQL 2.4 2003-09-09 13:46:24 +00:00
buildlink2.mk Initial import of pyPgSQL 2.4 2003-09-09 13:46:24 +00:00
DESCR Initial import of pyPgSQL 2.4 2003-09-09 13:46:24 +00:00
distinfo Initial import of pyPgSQL 2.4 2003-09-09 13:46:24 +00:00
Makefile Initial import of pyPgSQL 2.4 2003-09-09 13:46:24 +00:00
PLIST Initial import of pyPgSQL 2.4 2003-09-09 13:46:24 +00:00