The JOOQ Database Patterns skill provides Claude with a comprehensive set of implementation standards for building high-quality data access layers. It focuses on type-safe SQL operations, offering proven patterns for repository structures, record-to-entity mapping, and complex query construction including joins, aggregations, and pagination. Additionally, it provides specialized guidance for PostgreSQL features such as JSONB manipulation, array operations, and upsert logic, ensuring developers can leverage the full power of their database while maintaining clean, maintainable Kotlin code.
Características Principales
01Complex SQL join and aggregation strategies
02PostgreSQL-specific JSONB and array operations
03Type-safe repository implementation templates
04Advanced transaction and batch processing logic
05Standardized Record-to-Entity mapping patterns
061 GitHub stars