Hacker News new | ask | show | jobs
by codingkev 1589 days ago
Whats the deal with they large number of open issues an pull requests on FastAPI and SQLModel?

SQLModel 100 issues, 54 open PRs

FastAPI 903 issues, 448(!!) open PRs

I recently had to choose between Flask and FastAPI for a fresh project and went with Flask in the end, partly due to long term maintenance concerns with FastAPI.

2 comments

There was a recent discussion about it here including a reply from the FastAPI creator explaining the situation:

https://news.ycombinator.com/item?id=29471609

Having given SqlModel a very proper go a few months back, I have to say that it's not worth using it just yet. There are too many outstanding issues and the documentation is also incomplete. Maybe in a year's time, the situation could be different.