Files
gh-jeremylongshore-claude-c…/skills/database-migration-manager/references/README.md
2025-11-30 08:18:24 +08:00

852 B

References

Bundled resources for database-migration-manager skill

  • database_migration_best_practices.md Provides best practices for writing database migrations, including idempotency, transaction management, and data integrity.
  • postgresql_migration_examples.md Examples of common PostgreSQL migrations, such as adding columns, creating tables, and adding indexes.
  • mysql_migration_examples.md Examples of common MySQL migrations.
  • sqlite_migration_examples.md Examples of common SQLite migrations.
  • mongodb_migration_examples.md Examples of common MongoDB migrations.
  • migration_file_format.md Describes the expected format of migration files, including naming conventions and content structure.
  • error_handling_guide.md Provides guidance on handling errors during migration creation, application, and rollback.