slackbuilds_ponce/system/pygresql/README
2010-05-11 15:18:43 +02:00

12 lines
536 B
Text

PyGreSQL is a PostgreSQL access for Python.
PyGreSQL is a Python module that interfaces to a PostgreSQL database. It
embeds the PostgreSQL query library to allow easy use of the powerful
PostgreSQL features from a Python script.
PyGreSQL provides two different APIs, the "classic" interface provided by the
pg module and the newer DB-API 2.0 compliant interface provided by the pgdb
module.
This SlackBuild requires that PostgreSQL is installed to build, and to be
useful. A PostgreSQL SlackBuild is available from SlackBuilds.org.