17 lines
338 B
Text
17 lines
338 B
Text
---
|
|
title: Data model of sample web application
|
|
---
|
|
erDiagram
|
|
runtime {
|
|
json configuration
|
|
}
|
|
operator {
|
|
string username
|
|
string password_hash
|
|
}
|
|
deployment {
|
|
json configuration
|
|
option[string] version
|
|
}
|
|
operator ||--o{ deployment : has
|
|
deployment }|--|| runtime : uses
|