We are going to create a relational database together.
All the tutorials and documentation will be available on Substack.
Note
In order to learn how to do it - our real objective - we are going to split it into several versions
Each version will be available on a different git branch
| Version | Description |
|---|---|
| basic | Basic SQL with CREATE TABLE, INSERT and SELECT |
| calm | SELECT WHERE and metadata |
In the main branch there are only Graphviz files that are used in Substack.
You can generate the graphs by doing:
cd graph
bash run_docker.shDocker is required.
