Skip to main content

All Questions

Tagged with
2 votes
1 answer
1k views

How to create contextual entity relationship diagram in plant uml?

I'm searching from the internet already and it seems I can't find any method to create contextual entity relationship diagram in plant UML like this one: So what's lacking from plantUML is the ...
Kevin A.S.'s user avatar
1 vote
1 answer
209 views

Prevent duplicated relationships on a multi-file Plantuml ER Diagram

I am using PlantUML to built a ER diagram and my intention is to separate the database structure in multiple DER file views so I would have a "full-view" and a "system table's view"...
RicardoPHP's user avatar
0 votes
1 answer
535 views

Is there a way to draw arrows from/to table rows in PlantUML?

If you had an ER-Diagram in PlantUML, stylized this way using tables, is there a way to connect the table rows with arrows? @startuml entity User { <#transparent,#transparent>| <color:gold&...
PillFall's user avatar
1 vote
1 answer
171 views

PlantUml . Placing classes on canvas page

I have the ER Diagram with classes and connections placed inappropriately. Connections and multiplicity are overlaped and the diagram seem a little bit streched. @startuml ' hide the spot hide circle ...
AlexF's user avatar
  • 407
3 votes
1 answer
5k views

How can I put background color to Entity-Relationship diagram in PlantUML

I'm currently using PlantUML to design my database's ERD. All's well, the diagram is complete, but I'm trying to add a background color to my entities, to dintinguish them in their respective schemas. ...
Pstr's user avatar
  • 827
1 vote
0 answers
833 views

Change order or add spacing to PlantUML ER diagrams

I just start using PlantUML for my modeling needs. Unfortunately, I cannot find a way to change the order of entities or add some spacing so things like in the picture below do not happen. The common ...
Kadepp's user avatar
  • 21