No description
Find a file
2025-08-13 14:48:32 -07:00
dev-services svelte 2025-08-13 14:36:20 -07:00
interim-models svelte 2025-08-13 14:36:20 -07:00
interim-pgtypes improved (read-only) rbac page 2025-08-09 00:15:05 -07:00
interim-server svelte cleanup 2025-08-13 14:48:32 -07:00
sass svelte 2025-08-13 14:36:20 -07:00
static refactor db clients 2025-08-04 13:59:50 -07:00
svelte svelte cleanup 2025-08-13 14:48:32 -07:00
webc svelte 2025-08-13 14:36:20 -07:00
.dockerignore initial commit 2025-05-02 23:48:54 -07:00
.gitignore refactor lit components to lustre and vanilla js 2025-07-25 15:41:20 -07:00
Cargo.lock svelte 2025-08-13 14:36:20 -07:00
Cargo.toml selection creation 2025-07-08 14:37:03 -07:00
Dockerfile refactor db clients 2025-08-04 13:59:50 -07:00
mise.toml svelte 2025-08-13 14:36:20 -07:00
README.md renders a table 2025-05-13 00:02:33 -07:00

Interim

A friendly, collaborative PostgreSQL front-end for nerds of all stripes.

Auth

Internally, Interim controls authorization using the SET ROLE Postgres command to switch between users. This allows the Interim base user to impersonate roles it has created, without necessarily requiring Postgres superuser privileges itself (unlike if it were to use SET SESSION AUTHORIZATION). For each front-end user, Interim creates a Postgres role named (by default) __interim_{account_uuid}.