]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add rockset-sqlalchemy to external dialects (#10087)
authorAarav Borthakur <69025547+gadhagod@users.noreply.github.com>
Mon, 10 Jul 2023 20:40:52 +0000 (13:40 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Jul 2023 20:40:52 +0000 (22:40 +0200)
doc/build/dialects/index.rst

index 06b4132640212e8dee92ee3b6d639b662396fcb9..70ac258e40115e535e496883a9012d5d6597dce8 100644 (file)
@@ -107,6 +107,8 @@ Currently maintained external dialect projects for SQLAlchemy include:
 +------------------------------------------------+---------------------------------------+
 | OpenGauss                                      | openGauss-sqlalchemy_                 |
 +------------------------------------------------+---------------------------------------+
+| Rockset                                        | rockset-sqlalchemy_                   |
++------------------------------------------------+---------------------------------------+
 | SAP ASE (fork of former Sybase dialect)        | sqlalchemy-sybase_                    |
 +------------------------------------------------+---------------------------------------+
 | SAP Hana [1]_                                  | sqlalchemy-hana_                      |
@@ -121,6 +123,7 @@ Currently maintained external dialect projects for SQLAlchemy include:
 .. [1] Supports version 1.3.x only at the moment.
 
 .. _openGauss-sqlalchemy: https://gitee.com/opengauss/openGauss-sqlalchemy
+.. _rockset-sqlalchemy: https://pypi.org/project/rockset-sqlalchemy
 .. _sqlalchemy-ingres: https://github.com/clach04/ingres_sa_dialect
 .. _nzalchemy: https://pypi.org/project/nzalchemy/
 .. _ibm-db-sa: https://pypi.org/project/ibm-db-sa/