ORE Studio 0.0.4
Loading...
Searching...
No Matches
Functions
src.plantuml_er_generate Namespace Reference

Functions

dict load_model (Path model_path)
 
str load_template (Path template_path)
 
str render_diagram (dict model, str template)
 
 main ()
 

Detailed Description

PlantUML ER Diagram Generator

Renders PlantUML ER diagram from JSON model using Mustache template.

Function Documentation

◆ load_model()

dict load_model ( Path  model_path)
Load JSON model from file.
Here is the caller graph for this function:

◆ load_template()

str load_template ( Path  template_path)
Load Mustache template from file.
Here is the caller graph for this function:

◆ render_diagram()

str render_diagram ( dict  model,
str  template 
)
Render the PlantUML diagram using Mustache.
Here is the caller graph for this function: