FastAPI SQLModel and Pydantic: flatten out an object into a table
I would like to use the same model for the api and the SQLDatabase but I am struggling with the configuration.
I would like to use the same model for the api and the SQLDatabase but I am struggling with the configuration.