ddev_db_query
Execute SQL queries on DDEV project databases to retrieve, modify, or analyze data within local development environments.
Instructions
Execute a SQL query on the DDEV database
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | SQL query to execute | |
| database | No | Database name (optional) | |
| project_name | No | Name of the DDEV project |