You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to use SQLModel https://sqlmodel.tiangolo.com/ files with FastAPI https://fastapi.tiangolo.com/. I could use the sqlalchemy adaptor, but then I also would need to make pydantic models.
Is your feature request related to a problem? Please describe.
I would like to use SQLModel https://sqlmodel.tiangolo.com/ files with FastAPI https://fastapi.tiangolo.com/. I could use the sqlalchemy adaptor, but then I also would need to make pydantic models.
Additional context
I have started the work here: https://github.com/cfhowes/omymodels/tree/sqlmodel_support Comments welcome, will submit a PR once I have some more verifications in place.
The text was updated successfully, but these errors were encountered: