From: Jason Pebble <136021304+Pebble94464@users.noreply.github.com> Date: Thu, 12 Dec 2024 21:14:59 +0000 (+0000) Subject: Added sqlalchemy-hsqldb to list of external dialects (#12175) X-Git-Tag: rel_2_0_37~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a386a248e6bccb9a23cac0933b7a2fd18a7926d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Added sqlalchemy-hsqldb to list of external dialects (#12175) (cherry picked from commit 4ed7095154d3b457ef39208c716326dbc007906b) --- diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index d0710ef346..9f18cbba22 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -100,6 +100,8 @@ Currently maintained external dialect projects for SQLAlchemy include: +------------------------------------------------+---------------------------------------+ | Greenplum | sqlalchemy-greenplum_ | +------------------------------------------------+---------------------------------------+ +| HyperSQL (hsqldb) | sqlalchemy-hsqldb_ | ++------------------------------------------------+---------------------------------------+ | IBM DB2 and Informix | ibm-db-sa_ | +------------------------------------------------+---------------------------------------+ | IBM Netezza Performance Server [1]_ | nzalchemy_ | @@ -171,6 +173,7 @@ Currently maintained external dialect projects for SQLAlchemy include: .. _impyla: https://pypi.org/project/impyla/ .. _databend-sqlalchemy: https://github.com/datafuselabs/databend-sqlalchemy .. _sqlalchemy-greenplum: https://github.com/PlaidCloud/sqlalchemy-greenplum +.. _sqlalchemy-hsqldb: https://pypi.org/project/sqlalchemy-hsqldb/ .. _databricks: https://docs.databricks.com/en/dev-tools/sqlalchemy.html .. _clickhouse-sqlalchemy: https://pypi.org/project/clickhouse-sqlalchemy/ .. _sqlalchemy-kinetica: https://github.com/kineticadb/sqlalchemy-kinetica/