Database Migration
Helps with database, migration as part of working with databases and data persistence workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add microck-database-migration npx -- -y @trustedskills/microck-database-migration
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"microck-database-migration": {
"command": "npx",
"args": [
"-y",
"@trustedskills/microck-database-migration"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the process of migrating data between different database systems. It handles schema transformations and data type conversions, ensuring a smooth transition with minimal downtime. The tool supports various database platforms like PostgreSQL, MySQL, and SQLite, simplifying complex migration tasks.
When to use it
- You need to upgrade your application's database from an older version (e.g., MySQL 5.7 to MySQL 8).
- You are migrating data from one cloud provider’s database service to another (e.g., AWS RDS PostgreSQL to Google Cloud SQL for PostgreSQL).
- Your team needs to consolidate multiple databases into a single, unified system.
- You want to move your application's data to a different database technology entirely (e.g., from SQLite to PostgreSQL).
Key capabilities
- Schema transformation between various database types.
- Data type conversion during migration.
- Support for PostgreSQL, MySQL, and SQLite databases.
- Automated migration process with minimal downtime.
Example prompts
- "Migrate the 'users' table from my MySQL 5.7 database to a new PostgreSQL instance."
- “Can you convert the schema of my SQLite database to be compatible with MySQL?”
- "Perform a full data migration from our legacy on-premise MySQL server to AWS RDS for PostgreSQL, handling all necessary type conversions.”
Tips & gotchas
The skill requires access credentials and connection details for both the source and destination databases. Ensure these are provided accurately for successful execution; incorrect credentials will prevent the migration process from starting.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.