const { data, error } = await supabase .from('characters') .select('name') .match({ id: 2, name: 'Leia' })