참고소스 수정본
This commit is contained in:
6
참고/instructor-main/examples/safer_sql_example/diagram.py
Normal file
6
참고/instructor-main/examples/safer_sql_example/diagram.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import erdantic as erd
|
||||
|
||||
from safe_sql import SQL
|
||||
|
||||
diagram = erd.create(SQL)
|
||||
diagram.draw("examples/safe_sql/schema.png")
|
||||
Reference in New Issue
Block a user