ycd / manage-fastapi

:rocket: CLI tool for FastAPI. Generating new FastAPI projects & boilerplates made easy.
https://github.com/ycd/manage-fastapi
MIT License
1.63k stars 106 forks source link

Support SQLModel #82

Open mbnoimi opened 2 years ago

mbnoimi commented 2 years ago

Have you considered to support SQLModel?

Kludex commented 2 years ago

An option to use SQLModel would be cool, yep.

kareemmahlees commented 1 year ago

@mbnoimi can you provide some more information about what kind of features or what the templates might contain regarding SQLmodel? and if so I can work on it!

nil-andreu commented 1 year ago

I would be also interested to give a hand in that!

barseghyanartur commented 9 months ago

I would even suggest completely switching to SQLModel (the only sane way to integrate ORMs with APIs without enormous code duplication).