Screenshots
Auto-completion
Simple completions such as keywords and SQL functions.
Smart-completion
Table name completions after the FROM keyword.
Column names are scoped to the table referenced in the query.
Alias support
Column completions will work even when table names are aliased.
Syntax-highlighting
Syntax highlighting for SQL.
Pager
Output of an SQL command is automatically piped through the less command.