R0tenur / visualization

MIT License
177 stars 26 forks source link

Relationship lines missing for relationships that are not part of the primary key #151

Closed jmarkulic closed 1 month ago

jmarkulic commented 1 month ago

My database has a FK relationship on the column park column in the Teams table that references the parkname column in the parks table. Park_name is the primary key of the parks table. The FK is used for data validation. When I generate the chart, there is no relationship line between the teams and parks table. Should there be? Not the park column has FK and FK in the diagram. I've attached both the svg and md files chart.md chart

Expected Behavior

I would expect a relationship line between the 2 tables since a FK relationship exists

Current Behavior

No line is drawn

Possible Solution

Steps to Reproduce

1. 2. 3. 4.

Context (Environment)

Detailed Description

Possible Implementation

jmarkulic commented 1 month ago

chart

R0tenur commented 1 month ago

How was it resolved?