To perform joins in Supabase, you just nest the objects within your select() method like this: const { data, error } = await supabase .from('category') ...
確定! 回上一頁