table_info
Retrieve comprehensive table metadata including column definitions, data types, constraints, and total row count from SQLite databases.
Instructions
Get detailed info about a single table: columns, types, constraints, and row count.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db | Yes | Path to the .db or .sqlite file | |
| table | Yes | Table name |