From 7adc7404acc691698e30c362a8ec03af2bd426fd Mon Sep 17 00:00:00 2001 From: Pat Buxton <45275736+rad-pat@users.noreply.github.com> Date: Wed, 24 Apr 2024 21:48:02 +0100 Subject: [PATCH] Add Databend and Greenplum dialects (#11248) --- doc/build/dialects/index.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index b6c9c8e88d..294095450f 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -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 -- 2.47.2