SQL Editor
Write and execute SQL with syntax highlighting and autocomplete.
The SQL editor provides syntax highlighting, bracket matching, and schema-aware autocomplete. Suggestions include table names, column names, and SQL keywords based on the connected database.
Run Selected SQL
Selecting a portion of SQL and executing runs only the highlighted text. This is useful for running a single statement from a file with multiple queries, or for testing a subquery in isolation.
Multiple Tabs
Each query tab maintains its own SQL content and execution state. Tabs can be dragged between panes to view results side by side.
Saved Queries
Queries can be saved to the sidebar in a nested folder structure scoped to each database connection.