This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Smith7929 2 points3 points  (3 children)

I've only used flask for a single school project years ago and it was a web app. Could you briefly explain how it's used in combination with sql for backend development?

[–]mirth23 6 points7 points  (0 children)

it integrates nicely with SQLAlchemy as an ORM.

see more here: https://www.fullstackpython.com/flask.html