data-peek
Features

Sidebar Omnibar

Search across tables, columns, functions, saved queries, and history from one input

Sidebar Omnibar

The omnibar is a universal search bar at the top of the sidebar that searches across everything in your workspace.

On a database with hundreds of tables and columns, scrolling the schema tree is slow. The omnibar is the “just type what you’re looking for” answer — one input that spans your schema, your saved work, and your history, so getting to a table, a column, or that query you ran yesterday is a few keystrokes instead of a hunt. Think of it as find-as-you-type for the whole workspace, not just the tree.

What It Searches

SourceExample
Tables and viewsusers, order_items
Columnsemail, created_at
Functions and procedurescalculate_total()
Saved queriesYour bookmarked SQL
SnippetsBuilt-in and custom snippets
Recent historyPreviously executed queries

Using It

  1. Click the search bar at the top of the sidebar (or just start typing when the sidebar is focused)
  2. Type your search term
  3. Results are grouped by type
  4. Click a result to take action:
    • Table/view — opens a preview tab
    • Saved query/snippet — inserts into the active editor
    • History item — opens in a new tab

Example: jumping to a column you half-remember

You know there’s an email column somewhere but not which table. Type email in the omnibar and it lists every table that has one, grouped under Columns — click through to the right table’s preview without expanding a single tree node. The same search surfaces the calculate_total() function and last week’s query touching email, so one term covers “where is it” and “what did I run against it.”

Omnibar vs Command Palette

The omnibar searches your data and workspace (tables, columns, functions, saved queries, history). The Command Palette (Cmd+K) runs actions (new tab, format SQL, toggle settings). Reach for the omnibar to find something, the palette to do something.

On this page