mirror of
https://github.com/Rohithgilla12/data-peek
synced 2026-05-24 09:58:26 +00:00
881 B
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