DataBase in Flask #5137
-
Do you think there is an efficient way to have database in flask rather than just making public |
Beta Was this translation helpful? Give feedback.
Answered by
ThiefMaster
May 23, 2023
Replies: 1 comment
-
Read the quickstart guide, it literally uses a database. There's also Flask-SQLAlchemy. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MennaEwas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Read the quickstart guide, it literally uses a database. There's also Flask-SQLAlchemy.