]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Documentation: Update package name for CrateDB dialect (#11503)
authorAndreas Motl <andreas.motl@crate.io>
Sun, 23 Jun 2024 10:14:15 +0000 (12:14 +0200)
committerGitHub <noreply@github.com>
Sun, 23 Jun 2024 10:14:15 +0000 (12:14 +0200)
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/

doc/build/dialects/index.rst

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