Forums

how to handle multiple mysql databases using flask while querying?

In our scenario, we need to use multiple databases for querying in different modules. can we access multiple DB's while querying in flask

Hi -- you need to look in the Flask documentation for that.