]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add Databend and Greenplum dialects (#11248)
authorPat Buxton <45275736+rad-pat@users.noreply.github.com>
Wed, 24 Apr 2024 20:48:02 +0000 (21:48 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 24 Apr 2024 20:48:51 +0000 (22:48 +0200)
(cherry picked from commit 7adc7404acc691698e30c362a8ec03af2bd426fd)

doc/build/dialects/index.rst

index b6c9c8e88d53da5ed17ecbbec7a1992eeb0af17d..294095450f4329f1966fa23bb99ac1bac67d679d 100644 (file)
@@ -81,6 +81,8 @@ Currently maintained external dialect projects for SQLAlchemy include:
 +------------------------------------------------+---------------------------------------+
 | CrateDB                                        | crate-python_                         |
 +------------------------------------------------+---------------------------------------+
+| Databend                                       | databend-sqlalchemy_                  |
++------------------------------------------------+---------------------------------------+
 | EXASolution                                    | sqlalchemy_exasol_                    |
 +------------------------------------------------+---------------------------------------+
 | Elasticsearch (readonly)                       | elasticsearch-dbapi_                  |
@@ -93,6 +95,8 @@ Currently maintained external dialect projects for SQLAlchemy include:
 +------------------------------------------------+---------------------------------------+
 | Google Sheets                                  | gsheets_                              |
 +------------------------------------------------+---------------------------------------+
+| Greenplum [2]_                                 | sqlalchemy-greenplum_                 |
++------------------------------------------------+---------------------------------------+
 | IBM DB2 and Informix                           | ibm-db-sa_                            |
 +------------------------------------------------+---------------------------------------+
 | IBM Netezza Performance Server [1]_            | nzalchemy_                            |
@@ -125,6 +129,7 @@ Currently maintained external dialect projects for SQLAlchemy include:
 +------------------------------------------------+---------------------------------------+
 
 .. [1] Supports version 1.3.x only at the moment.
+.. [2] Supports version 1.4.x only at the moment.
 
 .. _openGauss-sqlalchemy: https://gitee.com/opengauss/openGauss-sqlalchemy
 .. _rockset-sqlalchemy: https://pypi.org/project/rockset-sqlalchemy
@@ -156,3 +161,5 @@ Currently maintained external dialect projects for SQLAlchemy include:
 .. _pyathena: https://github.com/laughingman7743/PyAthena/
 .. _sqlalchemy-yugabytedb: https://pypi.org/project/sqlalchemy-yugabytedb/
 .. _impyla: https://pypi.org/project/impyla/
+.. _databend-sqlalchemy: https://github.com/datafuselabs/databend-sqlalchemy
+.. _sqlalchemy-greenplum: https://github.com/PlaidCloud/sqlalchemy-greenplum