Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.07 KB

File metadata and controls

38 lines (31 loc) · 1.07 KB

todo

cli

  • configuring user-level collections
  • query: when using a sql file with parameters, prompt for values

known issues

  • multi-statement queries don't work
  • buttons don't highlight on hover
  • resizing upwards is wonky

nice to have

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

done!

  • 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...)