]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
docs: Add OceanBase SQLAlchemy plugin to dialects documentation 12888/head
authoryuanoOo <zhaomingyuan.zmy@digital-engine.com>
Sun, 28 Sep 2025 08:28:57 +0000 (16:28 +0800)
committeryuanoOo <zhaomingyuan.zmy@digital-engine.com>
Sun, 28 Sep 2025 08:28:57 +0000 (16:28 +0800)
- 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

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/