insert-data
Insert single or multiple records into a PostgreSQL table. Supports conflict resolution (ignore/update) and returns inserted data for efficient database management.
Instructions
Insert new records into a table. Supports single or multiple records, conflict resolution (ignore/update), and returning inserted data.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
conflict_columns | No | ||
data | Yes | ||
on_conflict | No | error | |
returning | No | ||
table | Yes |