Skip to content

Interface Overview

Seaquel’s interface is organized around a few key areas. Here’s what you’ll find in each.

The left sidebar shows your connections and schema browser. Expand a connection to see databases, schemas, tables, and views — each table displays its row count. Toggle the sidebar with Cmd+B (Mac) or Ctrl+B (Windows/Linux).

The center of the window is a Monaco-based SQL editor with syntax highlighting, autocomplete, and error markers. You can work with multiple tabs:

  • New tabCmd+T / Ctrl+T
  • Close tabCmd+W / Ctrl+W
  • Switch tabsCmd+1 through Cmd+9 / Ctrl+1 through Ctrl+9

Below the editor, the results panel shows query output in a virtual-scrolling grid. You can paginate through large result sets, edit cells inline, and export data to CSV, JSON, SQL, or Markdown.

The toolbar above the editor provides quick access to common actions:

ActionShortcut
Execute queryCmd+Enter / Ctrl+Enter
Format SQLCmd+Shift+F / Ctrl+Shift+F
Save queryCmd+S / Ctrl+S
EXPLAIN querytoolbar button

Press Cmd+K (Mac) or Ctrl+K (Windows/Linux) to open the command palette. From here you can search commands, switch tabs, change connections, and navigate to any table — all without touching the mouse.

The floating AI panel lets you describe what you need in plain language and get SQL back. Open it from the toolbar or the command palette.

The visual canvas is an infinite workspace where you can lay out tables, queries, results, and charts as nodes. Access it from the sidebar. See Canvas for details.

The bottom status bar shows your current connection, last query execution time, and row count.