Skip to content

Releases: md-golamrabbani/keeldb

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 27 Jul 06:44
a8aab2e
Release v0.1.4

KeelDB v0.1.3

Choose a tag to compare

@github-actions github-actions released this 22 Jul 05:50
e489be0

KeelDB v0.1.3 — a production-safe database workbench for MySQL · PostgreSQL · Supabase · Neon.

Downloads

OS File
Windows KeelDB_0.1.3_x64-setup.exe or KeelDB_0.1.3_x64_en-US.msi
macOS (Apple Silicon) KeelDB_0.1.3_aarch64.dmg
Linux KeelDB_0.1.3_amd64.deb or KeelDB-0.1.3-1.x86_64.rpm

Highlights since v0.1.2

  • Paste rows as editable drafts — Copy rows → Paste creates pre-filled editable rows to adjust (e.g. a unique slug), then Insert; failures keep the rest to fix.
  • Custom date/time picker — month/year nav + time fields, replacing the unreliable native pickers.
  • Right-click column headers — copy name / values / DISTINCT / SQL IN (…) list, sort.
  • Show & copy the grid's SQL — clean SELECT * query for the current filters/sort/search.
  • Resizable table list with tooltips; clearable row selection.

See the full changelog.

KeelDB v0.1.2

Choose a tag to compare

@github-actions github-actions released this 21 Jul 12:04
87b4d22

KeelDB v0.1.2 — a production-safe database workbench for MySQL · PostgreSQL · Supabase · Neon.

Downloads

OS File
Windows KeelDB_0.1.2_x64-setup.exe (installer) or KeelDB_0.1.2_x64_en-US.msi
macOS (Apple Silicon) KeelDB_0.1.2_aarch64.dmg
Linux KeelDB_0.1.2_amd64.deb or KeelDB-0.1.2-1.x86_64.rpm

macOS Intel & Linux AppImage aren't built yet — build from source until then (see the README).

Highlights since v0.1.1

  • Editable SQL results — edit a single-table SELECT right in the results grid, saved by primary key.
  • Copy / paste rows and inline in-grid row adding in the Explorer.
  • Right-click column headers for quick actions (copy name / values / DISTINCT / IN-list, sort).
  • Reveal saved secrets — AI API key and DB connection password / string / SSH credentials.
  • SQL editor, Supabase-style — top action toolbar, Results / Chart tabs, independent scrolling,
    searchable saved queries, shorter default editor.
  • Tighter layout density, top-center toasts, faster large-table loads, robust AI TLS.

See the full changelog.

KeelDB v0.1.1

Choose a tag to compare

@github-actions github-actions released this 21 Jul 09:32

KeelDB v0.1.1 — a production-safe database workbench for MySQL · PostgreSQL · Supabase · Neon.

Downloads

OS File
Windows KeelDB_0.1.1_x64-setup.exe (installer) or KeelDB_0.1.1_x64_en-US.msi
macOS (Apple Silicon) KeelDB_0.1.1_aarch64.dmg
Linux KeelDB_0.1.1_amd64.deb or KeelDB-0.1.1-1.x86_64.rpm

macOS Intel & Linux AppImage builds are being added — until then, build from source (see the README).

Highlights

  • Workbench-style grid editing — edits are staged, then applied via Save or discarded via Revert (no accidental auto-writes).
  • Per-schema tab memory — open tabs survive schema switches and app restarts.
  • Faster large tables — 50k+ row tables open instantly (catalog estimates instead of full COUNT(*)).
  • SQL editor — run the selection, resizable pane, autocomplete, live error checks.
  • Robust AI TLS — fixes CERTIFICATE_VERIFY_FAILED on packaged/corporate networks.
  • Full-width layout; Data tab double-scrollbar fixed.

See the full changelog.