yurix
soedirgo
js const { data, error } = await supabase .from('sheets') .select(` *, projects ( name ) `) .match({ name: 'sheet_name' })