Swift: Match an associated value

Examples

With `select()`

try await supabase
  .from("instruments")
  .select("name")
  .match(["id": 2, "name": "viola"])