wip: currently rewriting the project as a full stack application tangled.org/kacaii.dev/sigo
gleam
at main 6 lines 101 B view raw
1select 2 u.id, 3 u.full_name, 4 u.registration, 5 u.user_role 6from public.user_account as u;