Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fastapi/sqlmodel
/ tutorial001_py310.py
File
tutorial001_py310.py
docs_src/tutorial/where/tutorial001_py310.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
sqlmodel
import
Field, Session, SQLModel, create_engine, select
2
3
4
class
Hero(SQLModel, table=True):
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected