Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 1.29 KB

features.rst

File metadata and controls

66 lines (42 loc) · 1.29 KB

Features

Auto completion

Simple completions such as keywords and sql-functions.

_static/screenshots/simple_auto_completion.png

Smart completion

Smart completion will suggest context-sensitive completion.

_static/screenshots/smart_auto_completion.png

Alias support

Column completions will work even when table names are aliased.

_static/screenshots/alias.png

Syntax highlighting

Syntax highlighting for sql.

_static/screenshots/syntax_highlight.png

Multiline queries

Support for multiline queries.

_static/screenshots/multiline.png

Pager

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

_static/screenshots/pager.png

Favorite queries

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

_static/screenshots/favorite_query.png

Various table format

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

_static/screenshots/table_format.png