summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-01-21 19:33:25 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-01-21 19:33:25 -0500
commitee1f4d21037690ad996c5eacf7e1200e92f2fbaa (patch)
treef5aac77811ce28d957b06b38b7ee054e7d1a456c
parent39ccdab8d52de6127df3144207f22dfec076e154 (diff)
downloadsqlalchemy-ee1f4d21037690ad996c5eacf7e1200e92f2fbaa.tar.gz
- add redshift-sqlalchemy, essentially fixes [ticket:2727]
-rw-r--r--doc/build/dialects/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst
index 19d823f4d..865d0714f 100644
--- a/doc/build/dialects/index.rst
+++ b/doc/build/dialects/index.rst
@@ -45,6 +45,8 @@ Production Ready
^^^^^^^^^^^^^^^^
* `ibm_db_sa <http://code.google.com/p/ibm-db/wiki/README>`_ - driver for IBM DB2 and Informix, developed jointly by IBM and SQLAlchemy developers.
+* `redshift-sqlalchemy <https://pypi.python.org/pypi/redshift-sqlalchemy>`_ - driver for Amazon Redshift, adapts
+the existing Postgresql/psycopg2 driver.
* `sqlalchemy-sqlany <https://github.com/sqlanywhere/sqlalchemy-sqlany>`_ - driver for SAP Sybase SQL Anywhere, developed by SAP.
* `sqlalchemy-monetdb <https://github.com/gijzelaerr/sqlalchemy-monetdb>`_ - driver for MonetDB.