Add LibreDB Studio to query and administration integrations - #487
Open
kaya-abdullah wants to merge 2 commits into
Open
kaya-abdullah wants to merge 2 commits into
kaya-abdullah wants to merge 2 commits into
Conversation
LibreDB Studio is an open source, web-based database editor that connects to TimescaleDB over the standard PostgreSQL wire protocol. Adds a new integration guide alongside the existing DBeaver and pgAdmin pages, with a Limitations section documenting where a hypertable's row count and size read wrong (the parent table is empty, the data lives in per-interval chunks), verified against a real hypertable with 8,641 rows across 31 chunks.
|
@kaya-abdullah is attempting to deploy a commit to the Tiger Data Team on Vercel. A member of the Team first needs to authorize it. |
kaya-abdullah
marked this pull request as ready for review
August 31, 2026 20:23
✅ Checklist CompleteThank you for taking the time to properly review your PR! All checklist items are complete. |
Author
|
Hi @atovpeko, thanks for picking this up. Just flagging that the Vercel preview still shows as needing authorization to deploy, in case that's what's blocking the review. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe your changes
Adds LibreDB Studio to the query and administration integrations, alongside the existing DBeaver and pgAdmin guides.
LibreDB Studio (https://github.com/libredb/libredb-studio) is an open source, web-based database editor that connects to TimescaleDB over the standard PostgreSQL wire protocol, no dedicated TimescaleDB driver needed. New file:
src/content/docs/integrate/query-administration/libredb-studio.mdx, plus a card entry in that section'sindex.mdxand a sidebar entry inastro.config.ts, placed alphabetically between DBeaver and pgAdmin.Every behavioral claim in the page, including the Limitations section, was verified against a real, self-hosted TimescaleDB 2.29.2 (on PostgreSQL 17.11) instance and a real LibreDB Studio build, connected over the standard PostgreSQL protocol: a hypertable with 8,641 rows spread across 31 chunks, queried through the product's own editor and object browser. That includes the four embedded screenshots. This was tested against a self-hosted TimescaleDB instance rather than Tiger Cloud directly, but the client only ever sees the standard PostgreSQL wire protocol and catalog statistics, so the same behavior applies to a Tiger Cloud service.
Affected pages
Once you open the PR and the build runs, links to changed pages will appear here automatically. Please review them to make sure everything is OK, including rendered output, links, code blocks, and images.
Related Issues
None.
Checklist before requesting a review
Opened as draft: I'd like to click through the
affected-pagesbot's preview links once they're posted before marking this ready for review, per the repo's own PR workflow guidance inCONTRIBUTING.md. The "component kitchen sink" box is left unchecked because this change adds a content page only, no components, styles, or dependencies were touched.