Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fastapi/sqlmodel
/ create_db_and_tables
Function
create_db_and_tables
docs_src/tutorial/where/tutorial002_py310.py:17–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
16
17
def
create_db_and_tables():
18
SQLModel.metadata.create_all(engine)
19
20
21
def
create_heroes():
Callers
1
main
Function · 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…