|
ORE Studio 0.0.4
|
Functions | |
| dict | load_model (Path model_path) |
| str | load_template (Path template_path) |
| str | render_diagram (dict model, str template) |
| main () | |
PlantUML ER Diagram Generator Renders PlantUML ER diagram from JSON model using Mustache template.
| dict load_model | ( | Path | model_path | ) |
Load JSON model from file.

| str load_template | ( | Path | template_path | ) |
Load Mustache template from file.

| str render_diagram | ( | dict | model, |
| str | template | ||
| ) |
Render the PlantUML diagram using Mustache.
