- configuring user-level collections
- query: when using a sql file with parameters, prompt for values
- multi-statement queries don't work
- buttons don't highlight on hover
- resizing upwards is wonky
features:
- edit: change scope
- results pane: pagination
- view database schema in tui
- autocomplete based on tables within a database
- syntax highlighting
- sql formatting
- find/replace
- query history
- keybind/theme configuration
- server_ca/client_cert/client_key
- connection options
ui/ux improvements:
- scroll handlers
- copy button/keybind
- click to move cursor in workspace
- allow configs to be referenced by name case insensitively
- new file modal content is being intersected by workspace content
- default workspace folder should be .sqli, instead of sqli/
- should init with config.yaml if doesn't exist
- tui crashes when the query result contains a large number of columns (repro'd on a table with 57 columns...)