A local-first database client for iPhone and iPad. Connect to PostgreSQL, MySQL, SQLite, Redis, MongoDB, and Cloudflare D1 — browse tables, run SQL, and tunnel over SSH from wherever you are.
| id | total_orders | life_value | |
|---|---|---|---|
| usr_8fa2 | sarah.k@stripe.com | 14 | $2,480.00 |
| usr_9b1c | alex@indiehackers.net | 8 | $1,120.00 |
| usr_2d7e | d.heinemeier@37signals.com | 6 | $890.00 |
Postgres is the one we named it after. Redis keys, Mongo documents, a SQLite file, a MySQL box, and Cloudflare D1 at the edge all live in the same connection list — no second app to install.
The one on the icon. Browse schemas and tables, page through rows, and run whatever SQL you need against them.
Key-value storage, browsable. Walk the keyspace, read values, and check what is actually cached in there.
Document storage without the ceremony. Open a collection, page through documents, and read nested fields in full.
Where this app started. Full table browsing, SQL execution, and a built-in cheat sheet for the syntax you forgot.
A database that is just a file. Open one from the Files app and query it like any other connection.
SQLite-at-the-edge over Cloudflare's REST API. Browse multiple D1 databases on the same account from one workspace.
Not a dashboard, not a wrapper around someone else's API. The same things you do in a desktop client, laid out for a thumb.
A proper editor with syntax highlighting, not a single-line text field. Run a statement, page through the result set, and tap any row to read it in full. Every query you run is kept in a local history you can go back to.
SELECT id, email, plan, created_at
FROM users
WHERE plan = 'pro'
ORDER BY created_at DESC
LIMIT 50;Most databases worth reaching are not open to the internet. Point the connection at a bastion you can already log into — password or OpenSSH private key — and the port is forwarded for you.
Nobody remembers every bit of syntax on a phone keyboard. A built-in, filterable reference sits one tap from the editor, so you can look up the statement you half-remember without leaving the app.
Walk the database and table list, page through rows without loading a million of them, search inside a result set, and check the column types when something looks wrong. When someone asks for the numbers, share the rows as CSV straight from the share sheet.
Streamline your architectural operations with a workspace built specifically to integrate with your local CLI and Git repositories.
Type the host, user, and password, or paste a connection URI and let the app fill the form for you. Tag the connection by environment so you can tell staging from production at a glance — and add an SSH tunnel if the database is not reachable directly.
Under the hoodMove from the database list into a table and page through its rows without dragging the whole thing down the wire. Search inside the results, tap a row to read long values in full, and switch to the structure view when you need column types and keys.
Under the hoodWrite a statement in the editor, run it, and keep it — query history and saved queries are stored locally so the thing you worked out last week is still there. When someone needs the result, export the rows as CSV and send them from the iOS share sheet.
Under the hoodThere is nothing to sign up for. The app connects straight from your device to your server — we do not run a proxy, and there is no analytics or telemetry SDK collecting what you query.
Hostnames, usernames, passwords, and SSH keys are stored in the iOS Keychain and the app's own sandbox container. They never sync to a service we control.
Reach a database that is not exposed to the internet by tunnelling through a bastion host. Password and OpenSSH private key authentication are both supported.
Saved queries and query history are written to the app's local Application Support directory. Delete the app and every trace of them goes with it.
All purchases are made in-app through the App Store. Pro unlocks the same features on iPhone and iPad.
Everything you need to poke at a database from your phone.
For when one database stops being enough.
or $9.99 / year — save 79%
Pay once. Never think about it again.
No subscription, no renewal
Everything you need to know about security, schemas, offline workflows, and licensing.
PostgreSQL, MySQL, SQLite, Redis, MongoDB, and Cloudflare D1. You can browse databases and tables, page through rows, search results, inspect table structure, and run your own SQL against the engines that speak it.