7 lines
165 B
Python
7 lines
165 B
Python
from erdantic import erd
|
|
|
|
from query_planner_execution import QueryPlan
|
|
|
|
diagram = erd.create(QueryPlan)
|
|
diagram.draw("examples/query_planner_execution/schema.png")
|