SQL Editor
A full read/write Postgres console for the databases you provision.
Tabs
Each query lives in its own tab. Hit + in the tab strip to open a new one, double-click a tab title to rename, and × to close it. Tabs are in-memory only — save anything you want to keep.
Running queries
Press ⌘↵ (or Ctrl↵ on Windows/Linux) to run the active tab. Results appear below the editor with row count, affected count, and elapsed milliseconds. Result sets are capped at the first 1,000 rows.
Saved queries
Click the + next to Saved in the sidebar to name and persist the active query. Saved queries live in localStorage, scoped to the current browser. The Update saved button in the toolbar overwrites the snippet you most recently loaded.
Examples
The Examples section in the sidebar has copy-and-tweak starters for common operations: listing user tables, creating a table, inserting rows, selecting recent rows.
Limits
- Query length: 50,000 characters.
- Result rows: capped at 1,000 (excess marked as
truncated). - One concurrent connection per request (queries are sequential).
Shortcuts
⌘↵ Run active tab ⌘K Open command palette Double-click tab Rename