database-migration-manager Verified Gold

Verified Gold · 92/100 database v1.0.0 by Jeremy Longshore

Manage database migrations with version control, rollback capabilities, and automated schema evolution tracking

MIT License
Free Pricing

Installation

Open Claude Code and run this command:

/plugin install database-migration-manager@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

Manage database migrations with version control, rollback capabilities, and automated schema evolution tracking.

Features

  • Multi-Database Support: PostgreSQL, MySQL, SQLite, MongoDB
  • Version Control: Timestamped migrations with up/down support
  • Best Practices: Idempotent operations, transaction support
  • Templates: Pre-built migration templates for common operations
  • Safety: Rollback support and validation checks

Skills (1)

managing-database-migrations SKILL.md View full skill →

Process use when you need to work with database migrations.

ReadWriteEditGrepGlobBash(psql:*)Bash(mysql:*)Bash(mongosh:*)

How It Works


/migration

Use Cases


/migration

Prompt: "Create a migration to add a 'role' column to the users table"

Result: Generates a timestamped migration file with both up and down migrations.

Ready to use database-migration-manager?