insert-data
Insert single or multiple records into a PostgreSQL table, with options for conflict resolution (ignore/update) and returning inserted data. Simplify database operations securely.
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 |