Open Source SQL Playground

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.

query.sql

SELECT name, department, salary

FROM employees

WHERE salary > 50000

ORDER BY salary DESC;

3 rows · 12ms
namedepartmentsalary
AliceEngineering95000
BobMarketing75000
CarolDesign68000

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