diff options
author | mike bayer <mike_mp@zzzcomputing.com> | 2014-09-16 15:10:36 -0400 |
---|---|---|
committer | mike bayer <mike_mp@zzzcomputing.com> | 2014-09-16 15:10:36 -0400 |
commit | 7094193c61595574fca448564dc346f852f7126c (patch) | |
tree | fc480b8a14c3fce5302e847fcd36de6209d674e2 | |
parent | 47a6ffe0901891945108e23dd2a040d3f89c6147 (diff) | |
parent | 4f39e3839f8a57cceb3e959eb99b768216abecdc (diff) | |
download | sqlalchemy-7094193c61595574fca448564dc346f852f7126c.tar.gz |
Merge pull request #138 from BY-jk/master
Added EXASolution dialect to documentation
-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 da2699b2b..463f00612 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -50,6 +50,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. |