Built-in visual database browser. Table list, data grid, schema inspector, search, and export — all inside Donk.
You need to check if the migration ran. Or verify that the seeded data looks right. Or find a specific user's row to debug a query. Without a database GUI, you're writing psql commands in a terminal, remembering the connection string, and squinting at unformatted output.
Open any database instance in Donk and you get a full visual browser. A sidebar lists every table with row counts. Click a table and you see a paginated data grid — 200 rows per page, sortable by any column, with primary keys highlighted. Toggle the schema panel to see column types, keys, defaults, and constraints. Ctrl+F to search across the visible data. Ctrl+E to export the table as CSV or JSON.
Video: 30–40 seconds. Opening a database, browsing tables, toggling the schema panel, searching, exporting.