[db][doc] added ERD diagram with mermaidjs
This commit is contained in:
parent
285ded56bf
commit
acaec5f23c
2 changed files with 73318 additions and 0 deletions
17
db/diagram.html
Normal file
17
db/diagram.html
Normal 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
73301
db/mermaid.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue