Skip to content

Commit

Permalink
add erd diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
zachauten committed Nov 8, 2024
1 parent 0fc3f87 commit 7654f2c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/ERD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Example ERD diagram using (mermaid)[https://github.blog/developer-skills/github/include-diagrams-markdown-files-mermaid/]
```mermaid
---
title: Order example
---
erDiagram
CUSTOMER ||--o{ ORDER : places
ORDER ||--|{ LINE-ITEM : contains
CUSTOMER }|..|{ DELIVERY-ADDRESS : uses
```

0 comments on commit 7654f2c

Please sign in to comment.