data-peek
Features

Quick Query

Run ad-hoc queries from the sidebar without opening a tab

Quick Query

A mini SQL editor embedded in the sidebar for running quick, one-off queries without opening a full tab.

Using Quick Query

  1. Find the Quick Query panel in the sidebar (below the schema tree)
  2. Type a short SQL query
  3. Press Cmd+Enter to execute
  4. Results appear inline below the editor

Recent Queries

The panel shows your 3 most recent successful queries as clickable chips. Tap one to re-run it instantly.

Hiding Quick Query

If you prefer a cleaner sidebar, go to Settings and enable Hide quick query panel.

Quick Query is perfect for SELECT COUNT(*), checking a value, or running a quick SHOW command without cluttering your tab bar.

On this page