Chain Supabase Insert(s)
Wondering if I can chain a Supabase insert, for example:
Insert into table x
Select newly inserted row
Insert into table y with id of newly inserted row
And if so, how would a JS function look like?
Insert into table x
Select newly inserted row
Insert into table y with id of newly inserted row
And if so, how would a JS function look like?