]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Added YugabyteDB dialect to the documentation (#11047)
authorSfurti-yb <78196231+Sfurti-yb@users.noreply.github.com>
Thu, 22 Feb 2024 19:37:24 +0000 (01:07 +0530)
committerGitHub <noreply@github.com>
Thu, 22 Feb 2024 19:37:24 +0000 (20:37 +0100)
* Added YugabyteDB dialect to the documentation

* Update doc/build/dialects/index.rst

Co-authored-by: Federico Caselli <cfederico87@gmail.com>
---------

Co-authored-by: Federico Caselli <cfederico87@gmail.com>
doc/build/dialects/index.rst

index f3d8f0ade2d5e07df4145a2b94a085275099df72..52690f640a9472666adbb2533f923f8321d8e6aa 100644 (file)
@@ -119,6 +119,8 @@ Currently maintained external dialect projects for SQLAlchemy include:
 +------------------------------------------------+---------------------------------------+
 | Teradata Vantage                               | teradatasqlalchemy_                   |
 +------------------------------------------------+---------------------------------------+
+| YugabyteDB                                     | sqlalchemy-yugabytedb_                |
++------------------------------------------------+---------------------------------------+
 
 .. [1] Supports version 1.3.x only at the moment.
 
@@ -150,3 +152,4 @@ Currently maintained external dialect projects for SQLAlchemy include:
 .. _sqlalchemy-sybase: https://pypi.org/project/sqlalchemy-sybase/
 .. _firebolt-sqlalchemy: https://pypi.org/project/firebolt-sqlalchemy/
 .. _pyathena: https://github.com/laughingman7743/PyAthena/
+.. _sqlalchemy-yugabytedb: https://pypi.org/project/sqlalchemy-yugabytedb/