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--  Remove an occurrence from the database 2delete from public.occurrence as o 3where o.id = $1 4returning o.id;