IABSD.fr/ports/databases/py-pgsql

Branch :


Log

Author Commit Date CI Message
d8524fee 2010-08-30 20:53:57 Bump revision after python's default change.
c61f72fa 2009-08-13 13:30:10 - fix rcs id
7b8d6ed8 2009-03-14 13:12:51 fix deps
0e5fc057 2008-05-09 22:29:51 Import py-pgsql. 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. From Pierre-Emmanuel Andre <pea at raveland dot org> (MAINTAINER). ok merdely@