postgres_insert
Insert a new row into a specified PostgreSQL table. Supply the table name and column-value pairs to create the record.
Instructions
Insert a new record into a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Object containing column names and values to insert | |
| table_name | Yes | Name of the table to insert into |