SupabaseS
Supabase4y ago
Nin

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?
Was this page helpful?