From 1a6da5a02a57fad7cd2734ba8b090d699d3fcee4 Mon Sep 17 00:00:00 2001 From: andrej2704 Date: Wed, 13 Aug 2014 08:27:49 +0200 Subject: [PATCH] queries - wrapper of the psycopg2 library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2be92769..2179886b 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,7 @@ long, literate-programming-style documentation generator. * [mysql-connector-python](https://pypi.python.org/pypi/mysql-connector-python) - A pure Python MySQL driver from Oracle (in case you don't want or can't install system MySQL library) * [oursql](https://pythonhosted.org/oursql/) - A better MySQL connector for Python with support for native prepared statements and BLOBs. * [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for the Python. + * [queries](https://github.com/gmr/queries) - Queries: PostgreSQL Simplified - wrapper of the psycopg2 library for interacting with PostgreSQL * NoSQL Databases * [cassandra-python-driver](https://github.com/datastax/python-driver) - Python driver for Cassandra by Datastax. * [pycassa](https://github.com/pycassa/pycassa) - Python Thrift driver for Cassandra.