From: Mike Bayer Date: Mon, 29 Sep 2025 16:16:13 +0000 (-0400) Subject: Squashed commit of the following: X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=828ca9d243b3a3af26a4543b1a2ad8bc036f0758;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Squashed commit of the following: commit 24ff4a8bbac71a174d6d7a2ab319fdf9bae04e6f Author: yuanoOo Date: Sun Sep 28 16:28:57 2025 +0800 docs: Add OceanBase SQLAlchemy plugin to dialects documentation - Add OceanBase entry to External Dialects table - Add link to oceanbase-sqlalchemy plugin repository - References: https://github.com/oceanbase/ecology-plugins/tree/main/oceanbase-sqlalchemy-plugin Change-Id: I6d99421e5e931d8306416e3afdb14e65e88f9be1 --- diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index 5b28644c05..fabdcbba7d 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -122,6 +122,8 @@ Currently maintained external dialect projects for SQLAlchemy include: +------------------------------------------------+---------------------------------------+ | MonetDB | sqlalchemy-monetdb_ | +------------------------------------------------+---------------------------------------+ +| OceanBase | oceanbase-sqlalchemy_ | ++------------------------------------------------+---------------------------------------+ | OpenGauss | openGauss-sqlalchemy_ | +------------------------------------------------+---------------------------------------+ | Rockset | rockset-sqlalchemy_ | @@ -180,6 +182,7 @@ Currently maintained external dialect projects for SQLAlchemy include: .. _sqlalchemy-hsqldb: https://pypi.org/project/sqlalchemy-hsqldb/ .. _databricks: https://docs.databricks.com/en/dev-tools/sqlalchemy.html .. _clickhouse-sqlalchemy: https://pypi.org/project/clickhouse-sqlalchemy/ +.. _oceanbase-sqlalchemy: https://github.com/oceanbase/ecology-plugins/tree/main/oceanbase-sqlalchemy-plugin .. _sqlalchemy-kinetica: https://github.com/kineticadb/sqlalchemy-kinetica/ .. _sqlalchemy-tidb: https://github.com/pingcap/sqlalchemy-tidb .. _ydb-sqlalchemy: https://github.com/ydb-platform/ydb-sqlalchemy/