Google News
logo
Flask - Quiz(MCQ)
Flask works with most of the RDBMSs, such as?
A)
SQLite
B)
MySQL
C)
PostgreSQL
D)
All of the above

Correct Answer :   All of the above


Explanation : Flask works with most of the RDBMSs, such as PostgreSQL, SQLite, and MySQL. However, to connect with databases, we must make use of the Flask-SQLAlchemy extension.

Advertisement