]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- add redshift-sqlalchemy, essentially fixes [ticket:2727]
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Jan 2014 00:33:25 +0000 (19:33 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Jan 2014 00:33:25 +0000 (19:33 -0500)
doc/build/dialects/index.rst

index 19d823f4dea006b93ed3c3b3dbad48da8571d793..865d0714f03a67bc64e8e0e6b30f1575c2e30480 100644 (file)
@@ -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.