Database schema
db_schemaInspect a SQLite database's tables and columns to orient yourself before writing queries. Returns schema details only, without creating missing files.
Instructions
Lists tables and their columns in a SQLite database — orientation before writing queries. Does not create the file if it's missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||