Queries

Run SQL and Redis commands against a visible connection target.

Every query tab shows the connection it will run against.

SQL editor

Each SQL tab has syntax highlighting, bracket matching, indentation, find and replace, and engine-aware completion for schemas, tables, columns, and functions.

Run the selection, the current statement, or every statement. Results stream into a bounded grid and report duration, fetched and affected row counts, truncation, and running state. Multiple results and command messages show in order.

If a statement fails, the database error maps back to its position in the editor without changing your text. You can stop a running query. If it finishes before cancellation reaches the database, Tablify reports it as completed rather than cancelled.

Redis commands

The Redis command tab keeps a history, shows results, and lets you cancel. Tablify classifies each command by risk.

Saved work

Unsaved SQL is protected on close, disconnect, quit, and crash. Statements you want to keep can be saved, searched, renamed, duplicated, and organized into folders.