supabase_insert
Insert records into a Supabase table, supporting single or batch inserts and upsert conflict resolution.
Instructions
Insert one or more rows into a Supabase table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Row or array of rows to insert | |
| table | Yes | Table name to insert into | |
| onConflict | No | Column(s) for upsert conflict resolution |