wip: currently rewriting the project as a full stack application tangled.org/kacaii.dev/sigo
gleam
at main 6 lines 172 B view raw
1--  Find the notification preferences for an user 2select 3 np.notification_type, 4 np.enabled 5from public.user_notification_preference as np 6where np.user_id = $1;