Explorer & SQL workspace
Inspect and query your data right in the dashboard — no separate client needed for the common cases.
SQL engines
For PostgreSQL, MySQL, MariaDB and SQLite the explorer lets you:
- Browse tables and views, with column types and a paginated data grid.
- Sort and page through rows.
- Run arbitrary SQL in the SQL workspace and see results inline.
- Keep a query history.
- Export results to CSV or JSON.
Sensible capsThe data grid and query results are capped (around 1,000 rows) to keep the UI responsive; exports allow far more. For bulk work, connect a client with your connection string.
Redis-family stores
For Redis, KeyDB and Dragonfly the explorer gives you a key browser — scan keys by pattern, inspect values, and run individual commands — rather than a SQL grid.
How it connects
The explorer runs queries through Orizon's control plane to your database over a private network — your credentials never travel to the browser, and the database doesn't need to be exposed publicly for the explorer to work.