Skip to content

feat(db)!: expand live database access - #63

Merged
thorstenfoltz merged 1 commit into
masterfrom
feature/new-db-engines
Jul 23, 2026
Merged

feat(db)!: expand live database access#63
thorstenfoltz merged 1 commit into
masterfrom
feature/new-db-engines

Conversation

@thorstenfoltz

Copy link
Copy Markdown
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.

@github-actions

github-actions Bot commented Jul 23, 2026

Copy link
Copy Markdown

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ BASH bash-exec 5 0 0 0.01s
✅ BASH shellcheck 5 0 0 0.22s
✅ BASH shfmt 5 0 0 0.01s
✅ DOCKERFILE hadolint 1 0 0 0.08s
✅ JSON jsonlint 4 0 0 0.1s
✅ JSON prettier 4 0 0 0.39s
✅ JSON v8r 4 0 0 2.99s
✅ MARKDOWN markdownlint 132 0 0 3.56s
✅ MARKDOWN markdown-table-formatter 132 0 0 2.12s
✅ REPOSITORY validate-branch-name yes no no 0.01s
✅ REPOSITORY gitleaks yes no no 8.25s
✅ REPOSITORY ls-lint yes no no 0.02s
✅ REPOSITORY secretlint yes no no 7.64s
✅ REPOSITORY semgrep yes no no 23.86s
✅ REPOSITORY trivy yes no no 3.66s
✅ SPELL lychee 149 0 0 3.23s
✅ SPELL proselint 133 0 0 88.23s
✅ YAML prettier 12 0 0 1.01s
✅ YAML v8r 11 0 0 5.55s
✅ YAML yamllint 12 0 0 0.97s

See detailed reports in MegaLinter artifacts

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

- 🗄️ 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
thorstenfoltz force-pushed the feature/new-db-engines branch from 41301d4 to 2e2f62e Compare July 23, 2026 19:49
@thorstenfoltz
thorstenfoltz merged commit 280767e into master Jul 23, 2026
4 checks passed
@thorstenfoltz
thorstenfoltz deleted the feature/new-db-engines branch July 23, 2026 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant