🐬
MySQL
availableQuery and manage MySQL databases — connect to PlanetScale, AWS RDS, Google Cloud SQL, or any MySQL instance via the mysql CLI.
dataWhat This Skill Does
Query and manage MySQL databases — connect to PlanetScale, AWS RDS, Google Cloud SQL, or any MySQL instance via the mysql CLI.
Capabilities
- SQL Queries — Run SELECT, INSERT, UPDATE, and DELETE operations
- Multi-Platform — Connect to PlanetScale, RDS, Cloud SQL, and more
- Schema Management — Create and modify tables and indexes
- Data Export — Export query results for analysis
How It Works
- Provide your MySQL connection string
- Write SQL queries or describe the operation
- The skill executes via the mysql CLI
- Results are returned in tabular format
Example Usage
"Query the users table for active accounts"
"Create a new index on the orders table"
"Export last month's transactions to CSV"