You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BTW the other duckdb feature that would be super cool to add to datafusion-cli is the 'duckdb tables' (aka that are formatted nicely based on terminal size and that allow you to scroll left / right)
Is your feature request related to a problem or challenge?
Currently datafusion-cli has no colour. Adding syntax highlighting can improve usability/readability
Describe the solution you'd like
Highlight SQL keywords and literals in different colours, at the minimum
Describe alternatives you've considered
No response
Additional context
Example of duckdb cli:
Could be useful: https://docs.rs/rustyline/latest/rustyline/highlight/trait.Highlighter.html
The text was updated successfully, but these errors were encountered: