wip: currently rewriting the project as a full stack application tangled.org/kacaii.dev/sigo
gleam
at main 4 lines 124 B view raw
1--  Remove and user from the database 2delete from public.user_account as u 3where u.id = $1 4returning u.id, u.full_name;