ERD connection labels

+1 vote
asked Mar 19, 2025 in Question / help by dickmaley (4,160 points)

Is it possible to put labels on ERD diagram connections?

@startuml
Entity01 }|..|| Entity02
Entity03 }o..o| Entity04
Entity05 ||--o{ Entity06
Entity07 |o--|| Entity08
@enduml

image

1 Answer

0 votes
answered Mar 19, 2025 by dickmaley (4,160 points)

@startuml
Entity01 }|..|| Entity02: l1
Entity03 }o..o| Entity04: l2
Entity05 ||--o{ Entity06: l3
Entity07 |o--|| Entity08: l4
@enduml

image

...