From: Sfurti-yb <78196231+Sfurti-yb@users.noreply.github.com> Date: Thu, 22 Feb 2024 19:37:24 +0000 (+0530) Subject: Added YugabyteDB dialect to the documentation (#11047) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c88498ba8ba5f7c524d5aca130e5a59a8940766;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Added YugabyteDB dialect to the documentation (#11047) * Added YugabyteDB dialect to the documentation * Update doc/build/dialects/index.rst Co-authored-by: Federico Caselli --------- Co-authored-by: Federico Caselli --- diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index f3d8f0ade2..52690f640a 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -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/