wip: currently rewriting the project as a full stack application tangled.org/kacaii.dev/sigo
gleam
at main 6 lines 131 B view raw
1--  Remove a brigade from the DataBase 2delete from public.brigade as b 3where b.id = $1 4returning 5 b.id, 6 b.brigade_name;