supabase_upsert
Insert or merge rows into a Supabase table, optionally using conflict keys to handle duplicates. Enables CRUD without writing SQL.
Instructions
Insert or merge rows, optionally using a comma-separated conflict key list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | ||
| table | Yes | ||
| on_conflict | No |