From de458b43550b836973103e9cd92fde59de602635 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sun, 23 Jun 2024 12:14:15 +0200 Subject: [PATCH] Documentation: Update package name for CrateDB dialect (#11503) The CrateDB SQLAlchemy dialect needs more love, so it was separated from the DBAPI HTTP driver. The new canonical package for the SQLAlchemy CrateDB dialect on PyPI is: https://pypi.org/project/sqlalchemy-cratedb/ (cherry picked from commit d4b28a4409ca233039896225f4e882a8b07e5b56) (cherry picked from commit b685bc7d211515711a3885fcdac4654de16db407) --- doc/build/dialects/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index 92675827b9..47d6f50de8 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -95,7 +95,7 @@ Currently maintained external dialect projects for SQLAlchemy include: +------------------------------------------------+---------------------------------------+ | CockroachDB | sqlalchemy-cockroachdb_ | +------------------------------------------------+---------------------------------------+ -| CrateDB | crate-python_ | +| CrateDB | sqlalchemy-cratedb_ | +------------------------------------------------+---------------------------------------+ | EXASolution | sqlalchemy_exasol_ | +------------------------------------------------+---------------------------------------+ @@ -152,7 +152,7 @@ Currently maintained external dialect projects for SQLAlchemy include: .. _sqlalchemy-monetdb: https://github.com/gijzelaerr/sqlalchemy-monetdb .. _snowflake-sqlalchemy: https://github.com/snowflakedb/snowflake-sqlalchemy .. _sqlalchemy-tds: https://github.com/m32/sqlalchemy-tds -.. _crate-python: https://github.com/crate/crate-python +.. _sqlalchemy-cratedb: https://github.com/crate/sqlalchemy-cratedb .. _sqlalchemy-access: https://pypi.org/project/sqlalchemy-access/ .. _elasticsearch-dbapi: https://github.com/preset-io/elasticsearch-dbapi/ .. _pydruid: https://github.com/druid-io/pydruid -- 2.47.3