wip: currently rewriting the project as a full stack application tangled.org/kacaii.dev/sigo
gleam
at main 4 lines 131 B view raw
1--  Retrieves a user's ID from their registration number. 2select u.id 3from public.user_account as u 4where u.registration = $1;