Persistence Repository

Use when designing or reviewing the persistence layer — repository interfaces and implementations, the repository vs DAO distinction, mapping domain aggregates to/from ORM entities or rows, query placement, and keeping the database out of the domain. Catches ORM entities leaking as domain models and business logic in repositories. Technology-agnostic.

zap-coding-agent Updated

File contents

zap-coding-agent/awesome-skills/tree/main/persistence-repository commit 92b555c558

Frequently asked questions

npx skillmds@latest add zap-coding-agent/persistence-repository