Add Domain Entity

Create domain layer components: models, repository interfaces, marshallers, and implementations. Use when: (1) adding domain model in internal/domain/model/, (2) creating repository interface in internal/domain/repository/, (3) implementing repository with marshaller in internal/infrastructure/{db}/. This is Step 2 of CRUD workflow (after add-database-table, before add-api-endpoint).

tools-only 99d3b9e 3 files · 10.0 KB Updated 7 repo stars

File contents

tools-only/X-Skills/tree/main/development/database/979-skill_124d0798 commit 99d3b9e068

Frequently asked questions

npx skillmds add tools-only/add-domain-entity