name: planetscale-stage-db description: Connect to the PlanetScale staging database branch and execute SQL queries/mutations. Use when the user wants to query the staging database, run SQL against the staging environment, inspect staging data, or execute mutations on the staging PlanetScale branch.
Workflow
- Read
.env.stage-dbfor connection credentials - Connect to the PlanetScale staging branch (MySQL)
- Ask the user what queries or mutations to execute
- Convert user requests to SQL and execute them against the database