Write SQL. See Results.
In Real Time.
A minimalistic SQL editor powered by your own Supabase database. Full RDBMS support — keys, joins, aggregations, and more.
SELECT name, department, salary
FROM employees
WHERE salary > 50000
ORDER BY salary DESC;
| name | department | salary |
|---|---|---|
| Alice | Engineering | 95000 |
| Bob | Marketing | 75000 |
| Carol | Design | 68000 |
Everything you need
A complete SQL toolkit designed for developers, students, and database enthusiasts.
Full RDBMS Support
CREATE, INSERT, UPDATE, DELETE, JOINs, keys, indexes, constraints, aggregations, subqueries, and more.
Real-time Results
Execute SQL instantly against your Supabase PostgreSQL database with clean tabular output.
Your Data, Your Control
Connect your own Supabase instance. Credentials stored locally — nothing sent to third parties.
Monaco Editor
VS Code-quality editing with syntax highlighting, autocomplete, and keyboard shortcuts.
Open Source
MIT licensed. Fork it, extend it, contribute to it. Built for the community.
Multi-Tab Editor
Open multiple query tabs side by side. Each tab has its own editor and results panel.
Ready to start querying?
Connect your Supabase database and start writing SQL in minutes.
Launch Editor