Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions develop/dev-guide-third-party-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ If you encounter problems when connecting to TiDB using the tools listed in this
| [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) |
| [LibreDB Studio](https://libredb.org) | 0.16.2 | Full | N/A |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

🔎 Supported by static analysis

🏁 Script executed:

rg -n -C 8 'Full|Compatible|LibreDB|support|functionalit|testing' develop/dev-guide-third-party-support.md
sed -n '1,100p' develop/dev-guide-third-party-support.md

Repository: pingcap/docs

Length of output: 15564


🏁 Script executed:

#!/bin/bash
set -o pipefail
printf '%s\n' '--- diff stat ---'
git diff --stat
printf '%s\n' '--- focused diff ---'
git diff -- develop/dev-guide-third-party-support.md
printf '%s\n' '--- LibreDB references ---'
rg -n -i -C 3 'libredb|libredb studio' .
printf '%s\n' '--- reported check terms ---'
rg -n -i -C 2 'connection|query execution|table creation|row reads|compatibility test|latest version|ongoing' --glob '*.md' --glob '*.yml' --glob '*.yaml' --glob '*.json' . | head -250

Repository: pingcap/docs

Length of output: 27450


Use Compatible unless broader coverage and ongoing testing are documented.

Full requires compatibility with most functionalities and periodic tests against the latest version. The four reported checks do not establish that contract.

Suggested replacement
Suggested change
| [LibreDB Studio](https://libredb.org) | 0.16.2 | Full | N/A |
| [LibreDB Studio](https://libredb.org) | 0.16.2 | Compatible | N/A |


## Need help?

Expand Down
Loading