From 7f4c1410d9c1577e89ca90a34a04c8e1ecba547f Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Thu, 20 Jun 2013 15:46:44 -0300 Subject: python/PyGreSQL: Added (Python PostgreSQL Interfaces) Signed-off-by: Niels Horn --- python/PyGreSQL/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/PyGreSQL/README (limited to 'python/PyGreSQL/README') 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. -- cgit v1.2.3