Dart Reference v2.0

Retrieve as a CSV


final data = await supabase
  .from('countries')
  .select()
  .csv();