diff options
| -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 ea3428a14..058e97f3e 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -35,6 +35,7 @@ Currently maintained external dialect projects for SQLAlchemy include: * `ibm_db_sa <http://code.google.com/p/ibm-db/wiki/README>`_ - driver for IBM DB2 and Informix. * `sqlalchemy-redshift <https://pypi.python.org/pypi/sqlalchemy-redshift>`_ - driver for Amazon Redshift, adapts the existing PostgreSQL/psycopg2 driver. +* `sqlalchemy-drill <https://github.com/JohnOmernik/sqlalchemy-drill>`_ - driver for Apache Drill. * `sqlalchemy-hana <https://github.com/SAP/sqlalchemy-hana>`_ - driver for SAP Hana. * `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 |
