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
how do i use with ORM like sqlachemy or sqlmodel.I need to define a user which will have cv as as uploadel file and profile_picture as uploaded image.How do we define the reposponse models in the route and if i need to set crud operation in a separate file so to make the api route a little bit clean.An for the case of null values if i need to make the cv or profile picture null.If you have any guide please provide your sample implementation.
The text was updated successfully, but these errors were encountered:
how do i use with ORM like sqlachemy or sqlmodel.I need to define a user which will have cv as as uploadel file and profile_picture as uploaded image.How do we define the reposponse models in the route and if i need to set crud operation in a separate file so to make the api route a little bit clean.An for the case of null values if i need to make the cv or profile picture null.If you have any guide please provide your sample implementation.
The text was updated successfully, but these errors were encountered: