From d96c04950d6a1a72961a097289f7fd850319e3d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fredrik=20=C3=85lund?= <45590233+fredrikalund@users.noreply.github.com> Date: Thu, 13 Nov 2025 00:05:21 +0100 Subject: [PATCH] Add Mimer SQL to list of external dialects (#12969) --- doc/build/dialects/index.rst | 3 +++ 1 file changed, 3 insertions(+) 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/ -- 2.47.3