Skip to content

Add LibreDB Studio to the list of supported GUI tools - #23658

Open
kaya-abdullah wants to merge 2 commits into
pingcap:masterfrom
kaya-abdullah:add-libredb-studio-gui-tool
Open

kaya-abdullah wants to merge 2 commits into
pingcap:masterfrom
kaya-abdullah:add-libredb-studio-gui-tool

Conversation

@kaya-abdullah

@kaya-abdullah kaya-abdullah commented Aug 28, 2026

Copy link
Copy Markdown

First-time contributors' checklist

What is changed, added or deleted? (Required)

Adds LibreDB Studio (https://libredb.org, https://github.com/libredb/libredb-studio) to the GUI table in the third-party tools list. It's an open-source, web-based SQL IDE that connects to TiDB over the MySQL protocol.

Verified against a local TiDB Self-Managed instance (pingcap/tidb:v8.5.0, --store=unistore): created a connection, ran a query, created a table and read the rows back.

The Full rating reflects a broader measurement than that single session: the TiDB section of docs/providers/mysql.md in the LibreDB Studio repo independently tests all 15 provider surfaces against TiDB (schema browsing, query editing, EXPLAIN, health/monitoring, storage stats, permissions, and more) and documents the caveats found: background statistics lag on freshly loaded tables, EXPLAIN FORMAT='json' being rejected, an empty slow-query panel, and a phantom InnoDB storage entry.

A dedicated connection tutorial (like the ones DataGrip, DBeaver, VS Code and Navicat have) is not included in this PR, so the Tutorial column is N/A for now, same as the Beekeeper Studio row above it.

Which TiDB version(s) do your changes apply to? (Required)

  • master (the latest development version)
  • v9.0 (TiDB 9.0 versions)
  • v8.5 (TiDB 8.5 versions)
  • v8.1 (TiDB 8.1 versions)
  • v7.5 (TiDB 7.5 versions)
  • v7.1 (TiDB 7.1 versions)
  • v6.5 (TiDB 6.5 versions)

What is the related PR or file link(s)?

AI agent involvement

  • The changes in this PR were primarily made by an AI agent on behalf of the PR author.

Do your changes match any of the following descriptions?

  • Delete files
  • Change aliases
  • Need modification after applied to another branch
  • Might cause conflicts after applied to another branch

Summary by CodeRabbit

  • Documentation
    • Added LibreDB Studio to TiDB’s list of supported GUI tools.
    • Recorded full support for version 0.16.2.
    • Noted that no tutorial is currently available.

@ti-chi-bot ti-chi-bot Bot added contribution This PR is from a community contributor. first-time-contributor Indicates that the PR was contributed by an external member and is a first-time contributor. labels Aug 28, 2026
@ti-chi-bot

ti-chi-bot Bot commented Aug 28, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign qiancai for approval. For more information see the Code Review Process.
Please ensure that each of them provides their approval before proceeding.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot Bot added the needs-ok-to-test Indicates a PR created by contributors and need ORG member send '/ok-to-test' to start testing. label Aug 28, 2026
@ti-chi-bot

ti-chi-bot Bot commented Aug 28, 2026

Copy link
Copy Markdown

Hi @kaya-abdullah. Thanks for your PR.

I'm waiting for a pingcap member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@ti-chi-bot

ti-chi-bot Bot commented Aug 28, 2026

Copy link
Copy Markdown

Welcome @kaya-abdullah!

It looks like this is your first PR to pingcap/docs 🎉.

I'm the bot to help you request reviewers, add labels and more, See available commands.

We want to make sure your contribution gets all the attention it needs!



Thank you, and welcome to pingcap/docs. 😃

@ti-chi-bot ti-chi-bot Bot added the missing-translation-status This PR does not have translation status info. label Aug 28, 2026
@pingcap-cla-assistant

pingcap-cla-assistant Bot commented Aug 28, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@ti-chi-bot ti-chi-bot Bot added area/develop This PR relates to the area of TiDB App development. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Aug 28, 2026
@coderabbitai

coderabbitai Bot commented Aug 28, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

Understand this PR’s impact

Explore downstream dependencies and potential security impact with Blast Radius.

View blast radius →

📝 Walkthrough

Walkthrough

The GUI support table now lists LibreDB Studio, tested with version 0.16.2. The entry marks support as Full and indicates that no tutorial is available.

Changes

GUI support documentation

Layer / File(s) Summary
Add LibreDB Studio support entry
develop/dev-guide-third-party-support.md
The GUI support table lists LibreDB Studio at version 0.16.2 with Full support and no tutorial.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~2 minutes

Change: Other

Merge Risk: 🔵 Low · up to d97cd

The entry may overstate LibreDB Studio coverage; use Compatible or document broader testing.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the primary change: adding LibreDB Studio to the supported GUI tools list.
Description check ✅ Passed The description includes the required change summary, affected TiDB versions, reference link, contributor checklist, AI involvement, and change classification. It also explains the verification perfor…
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create a new PR

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@kaya-abdullah

Copy link
Copy Markdown
Author

Hi @qiancai, this PR has been open for about two weeks and is still waiting on a pingcap member to comment /ok-to-test so CI can run. Could you or someone else on the team take a look? Happy to address any feedback.

@kaya-abdullah

Copy link
Copy Markdown
Author

Hi @qiancai, checking back on this one again. It has been about two weeks since the last note and it is still waiting on /ok-to-test. Let me know if there is anything I can do to help move it along.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1


ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository: pingcap/docs/.coderabbit.yaml

Review profile: ASSERTIVE

Plan: Advanced

Run ID: a583177e-5344-47a4-8174-f8072c6a6527

📥 Commits

Reviewing files that changed from the base of the PR and between c0f2729 and d97cd78.

📒 Files selected for processing (1)
  • develop/dev-guide-third-party-support.md

Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review.

| [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 |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/develop This PR relates to the area of TiDB App development. contribution This PR is from a community contributor. first-time-contributor Indicates that the PR was contributed by an external member and is a first-time contributor. missing-translation-status This PR does not have translation status info. needs-ok-to-test Indicates a PR created by contributors and need ORG member send '/ok-to-test' to start testing. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant