From: Andreas Motl Date: Sun, 23 Jun 2024 10:14:15 +0000 (+0200) Subject: Documentation: Update package name for CrateDB dialect (#11503) X-Git-Tag: rel_1_4_53~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de458b43550b836973103e9cd92fde59de602635;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 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) --- 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