]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add impyla to external dialect list
authorGord Thompson <gord@gordthompson.com>
Mon, 18 Mar 2024 13:26:17 +0000 (07:26 -0600)
committerGord Thompson <gord@gordthompson.com>
Mon, 18 Mar 2024 13:26:17 +0000 (07:26 -0600)
Change-Id: I5a85db43a11c2c993597d0fa737377ee460b7629

doc/build/dialects/index.rst

index 52690f640a9472666adbb2533f923f8321d8e6aa..120af79efecdf65d42535afeed6ef04c5aa61aef 100644 (file)
@@ -97,6 +97,8 @@ Currently maintained external dialect projects for SQLAlchemy include:
 +------------------------------------------------+---------------------------------------+
 | IBM Netezza Performance Server [1]_            | nzalchemy_                            |
 +------------------------------------------------+---------------------------------------+
+| Impala                                         | impyla_                            |
++------------------------------------------------+---------------------------------------+
 | Microsoft Access (via pyodbc)                  | sqlalchemy-access_                    |
 +------------------------------------------------+---------------------------------------+
 | Microsoft SQL Server (via python-tds)          | sqlalchemy-tds_                       |
@@ -153,3 +155,4 @@ Currently maintained external dialect projects for SQLAlchemy include:
 .. _firebolt-sqlalchemy: https://pypi.org/project/firebolt-sqlalchemy/
 .. _pyathena: https://github.com/laughingman7743/PyAthena/
 .. _sqlalchemy-yugabytedb: https://pypi.org/project/sqlalchemy-yugabytedb/
+.. _impyla: https://pypi.org/project/impyla/