Getting Started
Quick Start
Get up and running with Relay in 5 minutes.
Create Your First Connection
- Open Relay and click New Connection in the sidebar
- Select your database engine (PostgreSQL, MySQL, SQLite, MongoDB, Redis, or DuckDB); for MBTiles, select
Geo - Enter your connection details
- Click Test Connection to verify
- Click Save to add the connection or Connect to connect.
- If you wish to not save the connection, toggle
Quick Connect
Run Your First Query
- Double-click your connection in the sidebar to connect
- Open a new query tab with
⌘ + T - Type your SQL query
- Press
⌘ + Enterto execute
Browse Your Data
Click any table in the sidebar to open it in the Data Browser. You can:
- Sort columns by clicking headers
- Filter rows using the filter bar
- Edit cells inline by double-clicking
- Export data to CSV or JSON