01
Schema-aware SQL editor
Monaco under the hood — table and column completion, formatting, snippets, ⌘⏎ to run.
The editor is Monaco — the same core VS Code runs on — wired to the connected database rather than to a file on disk. Completion is drawn from the live catalog, so it offers your tables and your columns, not a generic SQL keyword list.
- Schema-aware completion for tables, columns and keywords
- Multi-tab workspace, each tab with its own execution state
- Formatting and snippets; ⌘⏎ / Ctrl+⏎ runs the statement
- Schema diff across snapshots or two connections, with migration SQL generated
- A snapshot timeline — pick any two points and compare
Where it stops Migration SQL is generated for PostgreSQL, MySQL, SQLite, Oracle and SQL Server, plus ClickHouse column modifications. Other engines diff but do not emit migrations.