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