BurntSushi / erd

Translates a plain text description of a relational database schema to a graphical entity-relationship diagram.
The Unlicense
1.79k stars 154 forks source link

Expose edge-pattern on a per-edge basis #116

Open user-name-is-taken opened 7 months ago

user-name-is-taken commented 7 months ago

Strong (identifying) relationships are often denoted with a solid line as opposed to a dotted line. Allowing users to add this to relationships like the following would be useful:

Student 1--* Rating {label:"posted", style:"dotted"}