Relay
ChangelogDocsPricing
Buy
Documentation
Writing QueriesKeyboard ShortcutsAutocompleteQuery History
Query Editor

Writing Queries

Use the query editor to write and execute SQL queries.

Opening the Editor

Open a new query tab with ⌘ + T or click the + button in the tab bar.

Executing Queries

ActionShortcut
Run query⌘ + Enter
Run selected textSelect text, then ⌘ + Enter
Run all queries⌘ + Shift + Enter

Multiple Statements

Separate multiple SQL statements with semicolons. Relay will execute them in order and show results for each.

SELECT * FROM users LIMIT 10;
SELECT count(*) FROM orders;

Results

Query results appear in a table below the editor. You can:

  • Resize columns by dragging headers
  • Copy cells or rows with ⌘ + C
  • Export results to CSV or JSON

SSL Configuration

Configure SSL/TLS connections for secure database access.

Keyboard Shortcuts

Speed up your workflow with keyboard shortcuts.

On this page

Opening the EditorExecuting QueriesMultiple StatementsResults
Relay

by builds.org

The database client you deserve.

Stay in the loop.

Product

  • Features
  • Download
  • Changelog
  • Documentation

Support

  • Purchase License
  • Manage License
  • Recover License
  • Contact Us
© 2026 builds.org. All rights reserved.
Privacy PolicyTerms of ServiceLicense AgreementCookie Policy