wip: currently rewriting the project as a full stack application tangled.org/kacaii.dev/sigo
gleam
at main 3 lines 114 B view raw
1-- 󰆙 Count the total number of users in our system 2select count(u.id) as total 3from public.user_account as u;