Quarkus Persistence

Work with data in Quarkus: JPA entities, PanacheRepository, forward-only Flyway migrations that are safe on populated tables, PostgreSQL schema conventions, audit columns, soft delete, transaction boundaries, avoiding N+1, indexing, and aggregate queries for reports. Use when creating or changing an entity, writing a migration, writing a query, fixing a slow request or N+1, deciding a transaction boundary, or designing a new table. Do not use for API response shape (rest-api-contract), large file exports (bulk-reporting-export), or domain business rules (the organisation domain skill under context/skills/).

hi-donwi Updated

File contents

hi-donwi/Agent-Skills/tree/main/skills/quarkus-persistence commit 6effdecc91

Frequently asked questions

npx skillmds@latest add hi-donwi/quarkus-persistence