With the introduction of SSE in #332, we have the capability to run callbacks for partial results.
This would be useful when displayed in a Terminal UI for goQuery:
- run the query against a global-query server
- render result updates in UI (rows, progress, etc.)
Additional capabilities could include:
- selecting rows in the result to perform further drill-downs
- extending the behavior to provide updates when querying against the DB directly
Possible candidate for a TUI framework: https://github.com/charmbracelet/bubbletea
With the introduction of SSE in #332, we have the capability to run callbacks for partial results.
This would be useful when displayed in a Terminal UI for goQuery:
Additional capabilities could include:
Possible candidate for a TUI framework: https://github.com/charmbracelet/bubbletea