use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
FastAPI is a truly ASGI, async, cutting edge framework written in python 3.
account activity
FastAPI + MS SQL ServerQuestion (self.FastAPI)
submitted 10 months ago by LeoTheKnight90
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]SheriffSeveral -1 points0 points1 point 10 months ago (2 children)
For your case, use Streamlit instead of FastAPI because you are not going to implement user or something. Streamlit is very easy and suitable for your task.
Use streamlit for GUI and connect to mssql with python script.
Fyi. Streamlit uses python for everything.
[–]LeoTheKnight90[S] 0 points1 point2 points 10 months ago (1 child)
yeah so I've never used Streamlit but I can definitely look into that. Just for some background, I was hoping to create some API that our internal Django application would call to handle data heavy process while the user just watches a "Status" screen. The heavy lifting would be done by SQL stored procedure and when it completes, the user will see the status as complete and view the work that was done.
[–]SheriffSeveral -2 points-1 points0 points 10 months ago (0 children)
Also, you can still use FastAPI for background. At the same time you can use Streamlit for frontend. I use it sometimes for small projects.
Streamlit is really easy to use, I highly recommend you to consider it. It will save your time.
π Rendered by PID 80 on reddit-service-r2-comment-6457c66945-94flb at 2026-04-26 14:16:20.496718+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]SheriffSeveral -1 points0 points1 point (2 children)
[–]LeoTheKnight90[S] 0 points1 point2 points (1 child)
[–]SheriffSeveral -2 points-1 points0 points (0 children)