From: Gregg Lind Date: Fri, 9 Aug 2024 19:56:44 +0000 (-0500) Subject: Docs: Dialects/index.rst - Add clickhouse-sqlalchemy pypi link. (#11717) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=081a91535f9229c957c0f40e035eb8c399bf6ab7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Docs: Dialects/index.rst - Add clickhouse-sqlalchemy pypi link. (#11717) Add the Pypi link for the `clickhouse-sqlalchemy` package to Externally supported dialects. --- diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index 564656ec51..b0064a09e9 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -77,6 +77,8 @@ Currently maintained external dialect projects for SQLAlchemy include: +------------------------------------------------+---------------------------------------+ | Apache Solr | sqlalchemy-solr_ | +------------------------------------------------+---------------------------------------+ +| Clickhouse | clickhouse-sqlalchemy_ | ++------------------------------------------------+---------------------------------------+ | CockroachDB | sqlalchemy-cockroachdb_ | +------------------------------------------------+---------------------------------------+ | CrateDB | sqlalchemy-cratedb_ | @@ -166,3 +168,4 @@ Currently maintained external dialect projects for SQLAlchemy include: .. _databend-sqlalchemy: https://github.com/datafuselabs/databend-sqlalchemy .. _sqlalchemy-greenplum: https://github.com/PlaidCloud/sqlalchemy-greenplum .. _databricks: https://docs.databricks.com/en/dev-tools/sqlalchemy.html +.. _clickhouse-sqlalchemy: https://pypi.org/project/clickhouse-sqlalchemy/