Skip to content

v0.1.0-beta.5

Choose a tag to compare

@abeni16 abeni16 released this 05 May 13:55

What's New

4-Level Tree Explorer

  • Connection → Database → Table → Field hierarchy in sidebar
  • Keyboard navigation (arrow keys, Space/Enter)
  • Lazy loading with inline spinners
  • Virtualized rendering for large datasets
  • Expanded state persists across sessions
  • Emerald green active states throughout

Database Switcher

  • Switch databases from sidebar without creating new connections
  • [PG] engine badge on database nodes
  • Auto-loads tables on database switch

Delete Rows

  • Delete selected rows from results grid
  • PK-based deletion with confirmation dialog
  • Transaction-safe (BEGIN/COMMIT/ROLLBACK)

Other

  • Generated SELECT queries now open in new tabs
  • Fixed model canvas zoom/pan when hovering nodes
  • Enhanced empty states with CTAs