This skill provides Claude with domain-specific guidance for robust database management, focusing on schema design, migrations, and performance tuning. It facilitates reliable data modeling through sequential migration patterns, ORM entity mapping, and referential integrity management. By leveraging automated validation commands for Flyway and predefined rollback strategies, it ensures database changes are safe, testable, and optimized for performance. It is particularly useful for projects requiring persistent storage, complex relational modeling, or high-performance query execution.
Key Features
01128 GitHub stars
02Exposed ORM mapping and entity relationship patterns
03Advanced troubleshooting for common database blockers and circular dependencies
04Sequential migration versioning and Flyway lifecycle management
05Automated migration validation and integration testing commands
06SQL schema design with optimized indexing and constraints