db_explain
Analyze SQL query execution plans to identify optimization opportunities for PostgreSQL, MySQL, and SQLite databases.
Instructions
Get query execution plan for optimization analysis.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Database type | |
| query | Yes | SQL query to analyze | |
| connection | No | Connection string | |
| host | No | Database host | |
| port | No | Port number | |
| database | No | Database name | |
| user | No | Username | |
| password | No | Password |