wip: currently rewriting the project as a full stack application tangled.org/kacaii.dev/sigo
gleam
at main 5 lines 102 B view raw
1-- 󰀖 Find user access level 2select u.user_role 3from 4 public.user_account as u 5where u.id = $1;