aboutsummaryrefslogtreecommitdiff
path: root/system/pygresql/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/pygresql/README')
-rw-r--r--system/pygresql/README12
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.