]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Docs: Dialects/index.rst - Add clickhouse-sqlalchemy pypi link. (#11717)
authorGregg Lind <gregg.lind@gmail.com>
Fri, 9 Aug 2024 19:56:44 +0000 (14:56 -0500)
committerGitHub <noreply@github.com>
Fri, 9 Aug 2024 19:56:44 +0000 (21:56 +0200)
Add the Pypi link for the `clickhouse-sqlalchemy` package to Externally supported dialects.

doc/build/dialects/index.rst

index 564656ec51399cdddcdca56806ccc24fd570f2ae..b0064a09e9a163019d299ced0d55a6caaa2ce793 100644 (file)
@@ -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/