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 less
command.