From: Andreas Motl Date: Sun, 23 Jun 2024 10:14:15 +0000 (+0200) Subject: Documentation: Update package name for CrateDB dialect (#11503) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4b28a4409ca233039896225f4e882a8b07e5b56;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/ --- diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index d065bcf5b3..564656ec51 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -79,7 +79,7 @@ Currently maintained external dialect projects for SQLAlchemy include: +------------------------------------------------+---------------------------------------+ | CockroachDB | sqlalchemy-cockroachdb_ | +------------------------------------------------+---------------------------------------+ -| CrateDB | crate-python_ | +| CrateDB | sqlalchemy-cratedb_ | +------------------------------------------------+---------------------------------------+ | Databend | databend-sqlalchemy_ | +------------------------------------------------+---------------------------------------+ @@ -150,7 +150,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