update_data
Update existing records in a Turso database table by specifying the target table, new data, and a WHERE condition to select rows.
Instructions
Atualiza dados em uma tabela
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Dados a atualizar | |
| table | Yes | Nome da tabela | |
| where | Yes | Condição WHERE (ex: 'id = 1') |