feat(db)!: expand live database access - #63
Merged
Conversation
thorstenfoltz
commented
Jul 23, 2026
Owner
- 🗄️ Broaden live engine and warehouse support so users can browse, query, edit, and copy data from one interface.
- 🧭 Add catalog-aware CLI and MCP flows to make three-level database structures explicit and prevent accidental default-catalog writes.
- 🛑 Stop long-running queries at the source across supported vendors to reduce wasted work, billing, and blocked clients.
- 💥 Require catalog-aware write calls so unsupported engines reject unsafe catalog input instead of ignoring it.
- 🧱 Use vendor-specific DDL and safer type mappings to create and alter tables reliably across the expanded database matrix.
- ♻️ Reuse blank tabs for new files and split large modules to preserve behavior while improving maintainability.
- 📝 Refresh documentation, release notes, localization, tests, and safeguards for the expanded database and cancellation workflows.
✅MegaLinter analysis: Success
See detailed reports in MegaLinter artifacts
|
- 🗄️ Broaden live engine support so users can browse, query, edit, and copy data across supported databases from one interface. - 🧭 Make catalog-aware CLI and MCP flows explicit to prevent accidental writes to default catalogs. - 🛑 Cancel long-running queries at the source to reduce wasted work, billing risk, and blocked clients. - 💥 Require catalog-aware write calls and reject unsafe catalog input on unsupported engines. - 🧱 Improve vendor-specific DDL and type handling for more reliable table creation and alteration. - 🧹 Free runner disk space before CI and release builds to keep native bundles and AppImage packaging reliable. - 📝 Refresh tests, safeguards, localization, documentation, and release notes for the expanded database workflows. Signed-off-by: Thorsten Foltz <thorsten.foltz@live.com>
thorstenfoltz
force-pushed
the
feature/new-db-engines
branch
from
July 23, 2026 19:49
41301d4 to
2e2f62e
Compare
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.
