Query editor
Write it, explain it, then run it
The editor completes on the schema it just introspected, not on a generic
keyword list. Run the statement under the caret, the selection, or the whole
buffer as a script, and each statement gets its own result pane.
An UPDATE or DELETE with no WHERE
gets a warning before it goes anywhere. History is kept per connection, and
anything worth keeping can be saved and pulled back from the palette.
- Plans as a tree, estimated or measured where the engine allows
- Results export straight to CSV, JSON, SQL or Markdown
- Multiple cursors, occurrence selection, bracket matching
- Results are editable when Databench can identify the rows