warden_db_query
Execute SQL queries directly in Magento 2 databases managed by Warden. Specify the project path and query to manage database operations efficiently.
Instructions
Run a SQL query in the Warden database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database | No | Database name (optional, defaults to magento) | magento |
project_path | Yes | Path to the project directory | |
query | Yes | SQL query to execute |