Home

Contained by value


final data = await supabase
  .from('countries')
  .select('name, id, main_expor')
  .containedBy('main_exports', ['cars', 'food', 'machine']);