summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan Feldman <aidan.l.feldman@census.gov>2019-02-27 16:01:04 -0500
committerGitHub <noreply@github.com>2019-02-27 16:01:04 -0500
commit358a0dcf10c27b3f209ac887be9960eccd588a7d (patch)
tree2c9c3e2821934684a1098afdad21937f84a89d5b
parentdc48ac54893491c5ecd64a868883a22769376e9a (diff)
downloadsqlalchemy-358a0dcf10c27b3f209ac887be9960eccd588a7d.tar.gz
link to PyHive as a dialect
-rw-r--r--doc/build/dialects/index.rst2
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/>`_.
-