schema
Retrieve the complete schema of a SQLite database, including all tables, columns, and row counts for database analysis and inspection.
Instructions
Get the schema of a SQLite database: all tables with columns and row counts.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db | Yes | Path to the .db or .sqlite file |