data-peek/docs/future-plan.md
2025-11-28 15:05:17 +05:30

881 B

Future Plan

Quick Wins

  • Query history - browse and re-run previous queries
  • Export results to CSV/JSON
  • Table search - quickly find tables in large schemas
  • Dark/light theme toggle (already in settings)
  • Connection picker (Cmd+P) and quick switching (Cmd+Shift+1-9)

Medium Effort

  • Saved queries/snippets - bookmark frequently used queries
  • Column statistics - show min/max/null counts/distinct values
  • Connection folders/groups - organize many connections
  • Multi-statement query execution (run multiple queries separated by ;)

Bigger Features

  • ERD visualization - see table relationships visually
  • Query execution plan viewer - analyze query performance (EXPLAIN ANALYZE)
  • Data visualization - charts from query results
  • SQL autocomplete improvements (table/column suggestions) - already implemented