create_products
Adds a new product entry to the products table by accepting JSON data, enabling direct product creation in the SQLite database.
Instructions
Insert a new row into products. data = JSON string like '{"col":"val"}'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |