Merge from vendor branch TNF:
[pkgsrc.git] / databases / py-PgSQL / DESCR
1 pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant
2 interface to PostgreSQL databases. The first module, libpq, exports the
3 PostgreSQL C API to Python. This module is written in C and can be compiled
4 into Python or can be dynamically loaded on demand. The second module, PgSQL,
5 provides the DB-API 2.0 compliant interface and support for various PostgreSQL
6 data types, such as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc. This module is
7 written in Python.