count_rows
Count rows in a Turso table, using an optional WHERE condition to filter records. Get the exact number of matching entries for reporting, validation, or debugging.
Instructions
Conta o número de registros em uma tabela
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Nome da tabela | |
| where | No | Condição WHERE opcional (ex: 'status = active') |