Relational DB
↔ Database with Serialized data with each row map to UID Primary Key, with Join Table related by Foreign Key
aka Relational-Database, RDB
Primary Key
UID map to each data row in a Relational DB
Foreign Key
key map to related Join Table
Join Table
table related to Primary Key in Relational DB
References
Primary Key
↔ UID map to each data row in a Relational DBJoin Table
↔ table related to Primary Key in Relational DBSQL
↔ DSL to manage structured data in Relational DBNode script demo
↔ the aim of releasing the code is to showcase how to transform a complex JSON object, structured like a Relational Database, into a feature-rich MDX static site.