diff options
| -rw-r--r-- | doc/build/dialects/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index 058e97f3e..b8a443ec3 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -33,6 +33,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. +* `PyHive <https://github.com/dropbox/PyHive#sqlalchemy>`_ - driver for `Apache Hive <https://hive.apache.org/>`_ and `Presto <https://prestodb.github.io/>`_. * `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. @@ -45,4 +46,3 @@ Currently maintained external dialect projects for SQLAlchemy include: * `sqlalchemy-tds <https://github.com/m32/sqlalchemy-tds>`_ - driver for MS-SQL, on top of `python-tds <https://github.com/denisenkom/pytds>`_. * `crate <https://github.com/crate/crate-python>`_ - driver for `CrateDB <https://crate.io/>`_. - |
