summaryrefslogtreecommitdiffstats
path: root/python/PyGreSQL/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/PyGreSQL/README')
-rw-r--r--python/PyGreSQL/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/PyGreSQL/README b/python/PyGreSQL/README
new file mode 100644
index 0000000000..2ac39fc87d
--- /dev/null
+++ b/python/PyGreSQL/README
@@ -0,0 +1,3 @@
+PyGreSQL is an open-source 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.