Features

Auto completion

Simple completions such as keywords and sql-functions.

_images/simple_auto_completion.png

Smart completion

Smart completion will suggest context-sensitive completion.

_images/smart_auto_completion.png

Alias support

Column completions will work even when table names are aliased.

_images/alias.png

Syntax highlighting

Syntax highlighting for sql.

_images/syntax_highlight.png

Multiline queries

Support for multiline queries.

_images/multiline.png

Pager

Output of an sql command is automatically piped through less command.

_images/pager.png

Favorite queries

Save a query using fs alias query and execute it with f alias whenever you need.

_images/favorite_query.png

Various table format

Support various table format, e.g. ascii, csv, html etc.

_images/table_format.png