feat: add efcore-d2-db-diagram skill and related documentation (#1821)

This commit is contained in:
Mikael
2026-05-25 03:34:34 +02:00
committed by GitHub
parent 59fdc7867a
commit c9dace874d
7 changed files with 482 additions and 0 deletions
@@ -0,0 +1,28 @@
# Grouping Modes
## bounded-context
Group tables by domain area using folder, namespace and naming clues.
Examples:
- Clients
- Offers
- Freelances
- Billing
- Audit
- Identity
## schema
Group by database schema from `ToTable` or migrations.
## namespace
Group by C# namespace.
## flat
Do not create containers.
Use flat mode for small schemas or when the user wants maximum compatibility.