MCPcopy Index your code
hub / github.com/fastapi/sqlmodel / tutorial006b_py310.py

File tutorial006b_py310.py

docs_src/tutorial/where/tutorial006b_py310.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from sqlmodel import Field, Session, SQLModel, col, create_engine, select
2
3
4class Hero(SQLModel, table=True):

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected