diff options
author | Jan <BY-jk@users.noreply.github.com> | 2014-09-16 20:54:27 +0200 |
---|---|---|
committer | Jan <BY-jk@users.noreply.github.com> | 2014-09-16 20:54:27 +0200 |
commit | 4f39e3839f8a57cceb3e959eb99b768216abecdc (patch) | |
tree | ad5405605b927251fdc213149539d09867631b8f | |
parent | 39bea64bc3485fc8edf03f75354e5cc39b8f9ea6 (diff) | |
download | sqlalchemy-pr/138.tar.gz |
Added EXASolution dialect to documentationpr/138
-rw-r--r-- | doc/build/dialects/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index 01ff65995..7d94089a4 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -48,6 +48,7 @@ Production Ready 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_exasol <https://github.com/blue-yonder/sqlalchemy_exasol>`_ - driver for EXASolution. * `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. |