[db][doc] added ERD diagram with mermaidjs

This commit is contained in:
Maxime Alves LIRMM@home 2020-07-26 21:19:40 +02:00
commit acaec5f23c
2 changed files with 73318 additions and 0 deletions

17
db/diagram.html Normal file
View file

@ -0,0 +1,17 @@
<!DOCTYPE>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<div class="mermaid" id="pyHeatpumpERD">
erDiagram
VARIABLE ||--o{ VAR-TYPE : "is of type"
VARIABLE }o--|| VAR-VALUES : "has value at time"
</div>
<script src="mermaid.js"></script>
<script>
mermaid.initialize({startOnLoad:true});
</script>
</body>
</html>

73301
db/mermaid.js Normal file

File diff suppressed because one or more lines are too long