Flutter: Retrieve as a CSV (original) (raw)

Examples

Return data as CSV

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