a desktop SQL client
QuerySQL is a fast, native client for SQLite and Postgres. Browse a schema, write a query with real autocomplete, and edit table data by hand — safely, since nothing reaches the database until you commit.
v0.1.0 · Apple Silicon · unsigned build — macOS will warn it can't be verified. Open System Settings → Privacy & Security, scroll to the bottom, and click Open Anyway next to QuerySQL (only needed the first time).
Every edit is staged first. Fix a typo, add a row, drop a record — nothing reaches the database until you commit. Change your mind? Discard, and it's like it never happened. — the table editor's whole reason for existing
Everything below runs locally, against your own database — nothing is proxied through a server you don't control.
Open a local file, or connect to a server — the schema tree, editor, and table view work the same way either side.
Open an existing file or create a new one — no server, no setup.
Credentials stay local; passwords are never written to disk.
See how QuerySQL compares to TablePlus, DBeaver, Postico, and pgAdmin, or check the FAQ for details on data storage, platforms, and the open build.