No description
Find a file
Brent Schroeter ced7eced4a sqlx etc
2025-05-26 22:08:29 -07:00
components sqlx etc 2025-05-26 22:08:29 -07:00
migrations sqlx etc 2025-05-26 22:08:29 -07:00
src sqlx etc 2025-05-26 22:08:29 -07:00
static initial commit 2025-05-02 23:48:54 -07:00
templates sqlx etc 2025-05-26 22:08:29 -07:00
.dockerignore initial commit 2025-05-02 23:48:54 -07:00
.gitignore sqlx etc 2025-05-26 22:08:29 -07:00
bacon.toml sqlx etc 2025-05-26 22:08:29 -07:00
Cargo.lock sqlx etc 2025-05-26 22:08:29 -07:00
Cargo.toml sqlx etc 2025-05-26 22:08:29 -07:00
Dockerfile initial commit 2025-05-02 23:48:54 -07:00
Makefile sqlx etc 2025-05-26 22:08:29 -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}.