关于
The jOOQ Database Patterns skill provides a comprehensive collection of implementation templates for developers using the jOOQ SQL library. It focuses on creating type-safe repositories, mapping database records to domain entities, and executing complex SQL operations such as multi-table joins, aggregations, and batch processing. This skill is particularly useful for building data-heavy backend services that require the power of raw SQL with the safety of a typed DSL, including advanced support for PostgreSQL-specific features like JSONB and array types.