Skip to content

Latest commit

History

History

nested-data

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

Dealing with nested data models

The following example demonstrates how to set up a MySQL database using Docker and sdRDM-DB. Here we will make use of the create_tables functionality to create a database with two tables (see markdown model) that are related to each other. Ultimately, we will store a nested data structure in the database.

Database setup

This example includes a docker-composerecipe to spawn a new instance of a MySQL database. For this, run the following command:

sudo docker-compose up --build