diff options
author | Christoph Willing <c.willing@uq.edu.au> | 2013-06-20 15:46:44 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-20 15:46:44 -0300 |
commit | 7f4c1410d9c1577e89ca90a34a04c8e1ecba547f (patch) | |
tree | a3a9590ca8449ffe3739be9a2796e77456a89213 /python/PyGreSQL/README | |
parent | 4d3519892f2ac5bbc6822922517943da1e5435ce (diff) |
python/PyGreSQL: Added (Python PostgreSQL Interfaces)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'python/PyGreSQL/README')
-rw-r--r-- | python/PyGreSQL/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/PyGreSQL/README b/python/PyGreSQL/README new file mode 100644 index 000000000000..2ac39fc87dd3 --- /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. |