Skip to content
Tinker
Download

The rest of the app, one claim per picture. Every one of these is a screenshot of it running, not a rendering.

An estimate is labelled as an estimate.Objects overview of a schema: kind, size, engine, collation, owner. Every figure comes from the introspector, and nothing here runs COUNT(*) behind your back.
Drop two tables on the canvas and the foreign key becomes the join.The builder writes fully quoted, schema-qualified SQL, so it runs unchanged wherever you paste it.
A filter is conditions, not a string you concatenate.Conditions join with AND or OR. Values are sent as parameters, never interpolated, and the filter runs on the server.
Precision survives the round trip.The cell inspector shows the raw value: JSON pretty-printed, binary as a hex dump. decimal and timestamp keep the server’s own text, never routed through Double or Date.
Geometry columns get a real map.Points, lines and polygons drawn on Apple Maps, straight from the table tab. Click one to select its row.
A large table never has to fit in memory.Export streams rows to disk as they arrive: CSV, JSON, NDJSON, SQL INSERT and Excel. Dump, import and transfer work the same way — including a transfer between two different engines.

Six pictures, six claims. Two things are worth doing with them.