Schemas
A Postgres database has multiple schemas (for examplepublic). The sidebar groups tables by schema, so you can browse and switch between them.
Rich types
Postgres types render and edit correctly in the grid and cell viewer:- JSON / JSONB - pretty-printed and searchable in the cell detail panel.
- Arrays, enums, and ranges display as their real values.
- Case-insensitive text search (
ILIKE) is used by default in the quick filter.