wip: currently rewriting the project as a full stack application tangled.org/kacaii.dev/sigo
gleam
at main 4 lines 114 B view raw
1--  Find the password hash from an user 2select u.password_hash 3from public.user_account as u 4where u.id = $1;