MCPcopy Index your code
hub / github.com/piccolo-orm/piccolo / app.py

File app.py

docs/src/piccolo/tutorials/fastapi_src/app.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from fastapi import Depends, FastAPI
2from pydantic import BaseModel
3
4from piccolo.columns.column_types import Varchar

Callers

nothing calls this directly

Calls 3

SQLiteEngineClass · 0.90
mainFunction · 0.70
runMethod · 0.45

Tested by

no test coverage detected