From b3c9aff58785f8b41ab9084a3d3c7580b7bc9252 Mon Sep 17 00:00:00 2001 From: Cheese Date: Wed, 25 Jun 2025 21:07:06 +0800 Subject: [PATCH] feat: add navicat into the supported gui part --- develop/dev-guide-third-party-support.md | 1 + 1 file changed, 1 insertion(+) diff --git a/develop/dev-guide-third-party-support.md b/develop/dev-guide-third-party-support.md index 4b2ccd1568b0b..48be728ff5d8d 100644 --- a/develop/dev-guide-third-party-support.md +++ b/develop/dev-guide-third-party-support.md @@ -190,6 +190,7 @@ If you encounter problems when connecting to TiDB using the tools listed in this | [JetBrains DataGrip](https://www.jetbrains.com/datagrip/) | 2023.2.1 | Full | [Connect to TiDB with JetBrains DataGrip](/develop/dev-guide-gui-datagrip.md) | | [DBeaver](https://dbeaver.io/) | 23.0.3 | Full | [Connect to TiDB with DBeaver](/develop/dev-guide-gui-dbeaver.md) | | [Visual Studio Code](https://code.visualstudio.com/) | 1.72.0 | Full | [Connect to TiDB with Visual Studio Code](/develop/dev-guide-gui-vscode-sqltools.md) | +| [Navicat](https://www.navicat.com) | 17.1.6 | Full | [Connect to TiDB with Navicat](/develop/dev-guide-gui-navicat.md) | ## Need help?