insert_data
Insert rows into a Turso table by specifying the table name and a data object containing column-value pairs. This solves adding new records to your database.
Instructions
Insere dados em uma tabela
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Objeto com os dados a inserir (ex: {nome: 'João', idade: 25}) | |
| table | Yes | Nome da tabela |