Skip to content

SQL

Edit and format SQL statements as text — no database connection.

The SQL editor opens .sql text files with syntax highlighting, search, history, line wrapping, and code folding.

Interactive SQL editorEdit SQL as text and Format a pasted one-liner. Nothing here is saved to a tray.

Format lays the current statement out consistently — predictable keyword casing, indentation, and line breaks — so a pasted one-liner becomes readable.

Worktray edits SQL purely as text. It does not connect to, authenticate against, or execute anything on a database; nothing you write here runs against real data. It’s a scratchpad for composing and tidying queries you’ll run elsewhere.