]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
link to PyHive as a dialect 4516/head
authorAidan Feldman <aidan.l.feldman@census.gov>
Wed, 27 Feb 2019 21:01:04 +0000 (16:01 -0500)
committerGitHub <noreply@github.com>
Wed, 27 Feb 2019 21:01:04 +0000 (16:01 -0500)
doc/build/dialects/index.rst

index 058e97f3ef7f41c336967b81635b7febb7c42deb..b8a443ec3f62c7427a275655cf5a80755e72deac 100644 (file)
@@ -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/>`_.
-