db_count
Count rows in a Supabase table with optional filters to get accurate record counts for data analysis, reporting, or application logic.
Instructions
Count rows in a table with optional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name to count rows from | |
| filters | No | Filters to apply (key-value pairs) |