MCPcopy
hub / github.com/fastapi/sqlmodel / create_db_and_tables

Function create_db_and_tables

docs_src/tutorial/where/tutorial006b_py310.py:17–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16
17def create_db_and_tables():
18 SQLModel.metadata.create_all(engine)
19
20
21def create_heroes():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…