From 5c88498ba8ba5f7c524d5aca130e5a59a8940766 Mon Sep 17 00:00:00 2001 From: Sfurti-yb <78196231+Sfurti-yb@users.noreply.github.com> Date: Fri, 23 Feb 2024 01:07:24 +0530 Subject: [PATCH] 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 --- doc/build/dialects/index.rst | 3 +++ 1 file changed, 3 insertions(+) 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/ -- 2.47.2