]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Added sqlalchemy-hsqldb to list of external dialects (#12175)
authorJason Pebble <136021304+Pebble94464@users.noreply.github.com>
Thu, 12 Dec 2024 21:14:59 +0000 (21:14 +0000)
committerGitHub <noreply@github.com>
Thu, 12 Dec 2024 21:14:59 +0000 (22:14 +0100)
doc/build/dialects/index.rst

index d0710ef346ebfda3fe7115899678c1c70c55a785..9f18cbba22ee2006d28cdff1b6371b0a6ff642ef 100644 (file)
@@ -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/