Flutter: csv

Examples

Return data as CSV

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