erictleung / pixarfilms

:movie_camera: R data package to explore Pixar films, the people, and reception data
https://erictleung.com/pixarfilms
Creative Commons Zero v1.0 Universal
15 stars 4 forks source link

Create ER diagram for data base schema #24

Open erictleung opened 2 years ago

erictleung commented 2 years ago

Create vignette/article to describe this information and can talk about design thoughts here.

https://mermaid-js.github.io/mermaid/#/./entityRelationshipDiagram

Experiment:

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
    }

From R: https://www.rdocumentation.org/packages/DiagrammeR/versions/1.0.9/topics/mermaid