explain
Analyze SQL query execution plans to identify optimization opportunities and improve database performance.
Instructions
Explain the query plan for a SQL query (EXPLAIN QUERY PLAN). Helps optimize queries.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db | Yes | Path to the .db or .sqlite file | |
| sql | Yes | SQL query to explain |