From: Fredrik Ă…lund <45590233+fredrikalund@users.noreply.github.com> Date: Wed, 12 Nov 2025 23:05:21 +0000 (+0100) Subject: Add Mimer SQL to list of external dialects (#12969) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d96c04950d6a1a72961a097289f7fd850319e3d0;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add Mimer SQL to list of external dialects (#12969) --- diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index fabdcbba7d..762281ee40 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -120,6 +120,8 @@ Currently maintained external dialect projects for SQLAlchemy include: +------------------------------------------------+---------------------------------------+ | Microsoft SQL Server (via turbodbc) | sqlalchemy-turbodbc_ | +------------------------------------------------+---------------------------------------+ +| Mimer SQL | sqlalchemy-mimer_ | ++------------------------------------------------+---------------------------------------+ | MonetDB | sqlalchemy-monetdb_ | +------------------------------------------------+---------------------------------------+ | OceanBase | oceanbase-sqlalchemy_ | @@ -161,6 +163,7 @@ Currently maintained external dialect projects for SQLAlchemy include: .. _sqlalchemy-solr: https://github.com/aadel/sqlalchemy-solr .. _sqlalchemy_exasol: https://github.com/blue-yonder/sqlalchemy_exasol .. _sqlalchemy-sqlany: https://github.com/sqlanywhere/sqlalchemy-sqlany +.. _sqlalchemy-mimer: https://pypi.org/project/sqlalchemy-mimer .. _sqlalchemy-monetdb: https://github.com/MonetDB/sqlalchemy-monetdb .. _snowflake-sqlalchemy: https://github.com/snowflakedb/snowflake-sqlalchemy .. _sqlalchemy-pytds: https://pypi.org/project/sqlalchemy-pytds/