]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Squashed commit of the following:
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 Sep 2025 16:16:13 +0000 (12:16 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 Sep 2025 16:16:13 +0000 (12:16 -0400)
commit 24ff4a8bbac71a174d6d7a2ab319fdf9bae04e6f
Author: yuanoOo <zhaomingyuan.zmy@digital-engine.com>
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

doc/build/dialects/index.rst

index 5b28644c05b9d84778eac42fd545a8180ba64287..fabdcbba7d35765f86657829819d543d06c46353 100644 (file)
@@ -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/