Skip to content

TabularisDB/tabularis

v0.15.0 Feature

This release adds 7 notable features for engineering teams evaluating rollout.

Published 13d Editors & IDEs
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agent ai-assistant cross-platform database-client database-gui database-tool
+14 more
er-diagram mariadb mcp mcp-server mysql postgresql rust sql sql-editor sql-notebook sqlite tauri typescript visual-query-builder

Summary

AI summary

Frontend UI fixes, SSH improvements, connection management enhancements, group nesting support, data‑grid tweaks, MCP query bypass, pagination styling, filter autocorrect, i18n additions for French and Tagalog, editor shortcut config.

Changes in this release

Feature Medium

Add dedicated settings tab to manage SSH connections.

Add dedicated settings tab to manage SSH connections.

Source: llm_adapter@2026-07-14

Confidence: high

Feature Medium

Import connections from other SQL clients (DBeaver, Beekeeper, TablePlus, DataGrip, Sequel Ace).

Import connections from other SQL clients (DBeaver, Beekeeper, TablePlus, DataGrip, Sequel Ace).

Source: llm_adapter@2026-07-14

Confidence: high

Feature Medium

Support nested connection groups with cascade delete.

Support nested connection groups with cascade delete.

Source: llm_adapter@2026-07-14

Confidence: high

Feature Medium

Add typo‑tolerant fuzzy matching for connection search.

Add typo‑tolerant fuzzy matching for connection search.

Source: llm_adapter@2026-07-14

Confidence: high

Feature Low

Add French (fr) translations.

Add French (fr) translations.

Source: granite4.1:30b@2026-07-14-audit

Confidence: low

Feature Low

Add Tagalog language support.

Add Tagalog language support.

Source: granite4.1:30b@2026-07-14-audit

Confidence: low

Feature Low

Show column type in header hover tooltip of data grid.

Show column type in header hover tooltip of data grid.

Source: granite4.1:30b@2026-07-14-audit

Confidence: low

Feature Low

Add configurable shortcut to force IntelliSense suggestions in editor.

Add configurable shortcut to force IntelliSense suggestions in editor.

Source: granite4.1:30b@2026-07-14-audit

Confidence: low

Feature Low

Add export modes with optional password encryption for connections.

Add export modes with optional password encryption for connections.

Source: granite4.1:30b@2026-07-14-audit

Confidence: low

Feature Low

Enable multi‑select with bulk delete and move to group for connections.

Enable multi‑select with bulk delete and move to group for connections.

Source: granite4.1:30b@2026-07-14-audit

Confidence: low

Feature Low

Allow exporting only the selected connections.

Allow exporting only the selected connections.

Source: granite4.1:30b@2026-07-14-audit

Confidence: low

Bugfix High

EXPLAIN ANALYZE bypasses read‑only and approval gate in MCP.

EXPLAIN ANALYZE bypasses read‑only and approval gate in MCP.

Source: llm_adapter@2026-07-14

Confidence: high

Bugfix Medium

Turn off spellcheck in table toolbar.

Turn off spellcheck in table toolbar.

Source: llm_adapter@2026-07-14

Confidence: high

Bugfix Medium

Improve consistency of modals and small UI components.

Improve consistency of modals and small UI components.

Source: llm_adapter@2026-07-14

Confidence: high

Bugfix Medium

Restrict “Set Empty” operation to textual columns in data grid.

Restrict “Set Empty” operation to textual columns in data grid.

Source: llm_adapter@2026-07-14

Confidence: high

Bugfix Medium

Prevent visible ssh.exe console window on Windows and clean up processes on exit.

Prevent visible ssh.exe console window on Windows and clean up processes on exit.

Source: llm_adapter@2026-07-14

Confidence: high

Bugfix Medium

Avoid opening a new window for plugin process on Windows.

Avoid opening a new window for plugin process on Windows.

Source: llm_adapter@2026-07-14

Confidence: high

Bugfix Medium

Serialize multiple databases in list_connections and add list_databases tool in MCP.

Serialize multiple databases in list_connections and add list_databases tool in MCP.

Source: granite4.1:30b@2026-07-14-audit

Confidence: low

Bugfix Medium

Do not restore tabs of a disconnected connection on next launch.

Do not restore tabs of a disconnected connection on next launch.

Source: granite4.1:30b@2026-07-14-audit

Confidence: low

Bugfix Medium

Display ENUM allowed values and add dropdown editing for MySQL columns.

Display ENUM allowed values and add dropdown editing for MySQL columns.

Source: granite4.1:30b@2026-07-14-audit

Confidence: low

Bugfix Medium

Cast enum values to their column type and add dropdown editing for PostgreSQL columns.

Cast enum values to their column type and add dropdown editing for PostgreSQL columns.

Source: granite4.1:30b@2026-07-14-audit

Confidence: low

Bugfix Low

Fix auto pagination color, dropdown menu font, and save menu UI issues.

Fix auto pagination color, dropdown menu font, and save menu UI issues.

Source: granite4.1:30b@2026-07-14-audit

Confidence: low

Bugfix Low

Enable autocorrect in table filter input field.

Enable autocorrect in table filter input field.

Source: granite4.1:30b@2026-07-14-audit

Confidence: low

Bugfix Low

Keep result column headers pinned while scrolling in data grid.

Keep result column headers pinned while scrolling in data grid.

Source: granite4.1:30b@2026-07-14-audit

Confidence: low

Full changelog

See the assets below to download this version and install.

What's Changed

  • fix(frontend): turn off spellcheck in table toolbar by @Necriso in https://github.com/TabularisDB/tabularis/pull/432
  • fix(frontend): quality-of-life consistency pass on modals and small UI components by @debba in https://github.com/TabularisDB/tabularis/pull/440
  • feat(settings): manage SSH connections from a dedicated settings tab by @debba in https://github.com/TabularisDB/tabularis/pull/441
  • fix(data-grid): restrict Set Empty to textual columns by @debba in https://github.com/TabularisDB/tabularis/pull/442
  • Import connections from other SQL clients (DBeaver, Beekeeper, TablePlus, DataGrip, Sequel Ace) by @debba in https://github.com/TabularisDB/tabularis/pull/393
  • feat(groups): support nested connection groups with cascade delete by @p4pupro in https://github.com/TabularisDB/tabularis/pull/405
  • fix(ssh): prevent visible ssh.exe console window on Windows and clean up processes on exit by @kennelken in https://github.com/TabularisDB/tabularis/pull/418
  • feat(connections): typo-tolerant fuzzy matching for the connection search by @Davydhh in https://github.com/TabularisDB/tabularis/pull/444
  • fix(plugin): Avoid open new window for plugin process on windows by @erwin-lovecraft in https://github.com/TabularisDB/tabularis/pull/451
  • fix(mcp): EXPLAIN ANALYZE bypasses read-only and the approval gate by @debba in https://github.com/TabularisDB/tabularis/pull/456
  • fix: fixes auto pagination color, dropdown menu font and save menu by @math-krish in https://github.com/TabularisDB/tabularis/pull/461
  • fix(frontend): autocorrect in table filter input by @Necriso in https://github.com/TabularisDB/tabularis/pull/437
  • i18n(fr): add missing French translations by @pokertour in https://github.com/TabularisDB/tabularis/pull/445
  • feat(i18n): add Tagalog language support by @chriscupas in https://github.com/TabularisDB/tabularis/pull/457
  • fix(mcp): serialize multiple databases in list_connections and add list_databases tool by @erneztox in https://github.com/TabularisDB/tabularis/pull/426
  • fix(grid): keep result column headers pinned while scrolling by @thomaswasle in https://github.com/TabularisDB/tabularis/pull/433
  • feat(datagrid): show column type in header hover tooltip (#435) by @benedettoraviotta in https://github.com/TabularisDB/tabularis/pull/436
  • feat(editor):add configurable shortcut to force IntelliSense suggestions by @GabrielMalava in https://github.com/TabularisDB/tabularis/pull/371
  • fix: don't restore tabs of a disconnected connection on next launch by @debba in https://github.com/TabularisDB/tabularis/pull/467
  • feat(connections): add export modes with optional password encryption by @pokertour in https://github.com/TabularisDB/tabularis/pull/447
  • feat(connections): multi-select with bulk delete and move to group by @debba in https://github.com/TabularisDB/tabularis/pull/468
  • feat(connections): export only the selected connections by @pokertour in https://github.com/TabularisDB/tabularis/pull/469
  • fix(mysql): display ENUM allowed values and add dropdown editing (#452) by @fhriz in https://github.com/TabularisDB/tabularis/pull/455
  • fix(postgres): cast enum values to their column type and add dropdown editing (#465) by @debba in https://github.com/TabularisDB/tabularis/pull/471

New Contributors

  • @Necriso made their first contribution in https://github.com/TabularisDB/tabularis/pull/432
  • @p4pupro made their first contribution in https://github.com/TabularisDB/tabularis/pull/405
  • @erwin-lovecraft made their first contribution in https://github.com/TabularisDB/tabularis/pull/451
  • @math-krish made their first contribution in https://github.com/TabularisDB/tabularis/pull/461
  • @chriscupas made their first contribution in https://github.com/TabularisDB/tabularis/pull/457
  • @erneztox made their first contribution in https://github.com/TabularisDB/tabularis/pull/426
  • @fhriz made their first contribution in https://github.com/TabularisDB/tabularis/pull/455

Full Changelog: https://github.com/TabularisDB/tabularis/compare/v0.14.0...v0.15.0


Stay in touch: Website · Discord · X · Bluesky · Mastodon · GitHub

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track TabularisDB/tabularis

Get notified when new releases ship.

Sign up free

About TabularisDB/tabularis

All releases →

Beta — feedback welcome: [email protected]