plantuml / plantuml

Generate diagrams from textual description
https://plantuml.com
Other
9.66k stars 878 forks source link

[Chen ERD] Allow horizontal layout or `left to right direction` #1729

Closed The-Lum closed 3 weeks ago

The-Lum commented 4 weeks ago

Context

To follow:

Wanted feature

ERD_Representation.svg _Source: Entity–relationship model_

Example

@startchen

entity Person {
}
entity Location {
}
relationship Birthplace {
}

Person -N- Birthplace
Birthplace -1- Location

@endchen

@startchen
left to right direction

entity Person {
}
entity Location {
}
relationship Birthplace {
}

Person -N- Birthplace
Birthplace -1- Location

@endchen

Regards, Th.

[FYI @Benjamin-Davies]