diff options
author | Vasilis Papavasileiou <el03020@mail.ntua.gr> | 2010-05-11 15:18:43 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 15:18:43 +0200 |
commit | 34a435d47fd8f1ea03b403ee05f47cb0a471975e (patch) | |
tree | 508525ebb9b692086131be9fce43e56086ec0c75 /system/pygresql/README | |
parent | da67c8d8935dbd6f7919a73d107f6463c1b1a3b9 (diff) |
system/pygresql: Initial import
Diffstat (limited to 'system/pygresql/README')
-rw-r--r-- | system/pygresql/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/pygresql/README b/system/pygresql/README new file mode 100644 index 0000000000000..ceff7c65e0a5b --- /dev/null +++ b/system/pygresql/README @@ -0,0 +1,12 @@ +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. |