You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
erDiagram
CAR ||--o{ NAMED-DRIVER : allows
CAR {
string registrationNumber
string make
string model
}
PERSON ||--o{ NAMED-DRIVER : is
PERSON {
string firstName
string lastName
int age
}
Create vignette/article to describe this information and can talk about design thoughts here.
https://mermaid-js.github.io/mermaid/#/./entityRelationshipDiagram
Experiment:
From R: https://www.rdocumentation.org/packages/DiagrammeR/versions/1.0.9/topics/mermaid
The text was updated successfully, but these errors were encountered: