Skip to content

Commit

Permalink
readme: Added diagrams for relational and object model
Browse files Browse the repository at this point in the history
  • Loading branch information
YourMJK committed Aug 4, 2024
1 parent 35c6273 commit 7694139
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Folgende Projekte greifen bereits auf diesen Datensatz zurück:
## Struktur
### Relationales Modell (SQL-Datenbank, TSV)

<img src="model/relationalModel.svg?raw=1" width="100%" height="100%">

<details>
<summary>SQL Schema</summary>

Expand Down Expand Up @@ -143,6 +145,8 @@ CREATE TABLE IF NOT EXISTS "hörspielSkriptautor"(

### Objekt-orientiertes Modell (JSON)

<img src="model/objectModel.svg?raw=1" width="100%" height="100%">

<details>
<summary>JSON Schema (in Swift)</summary>

Expand Down

0 comments on commit 7694139

Please sign in to comment.