We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
With use_connection_for_request=True and two DBs:
use_connection_for_request=True
db1.init_app(app) db2.init_app(app)
And in the fastapi router, query db1 and db2.
Then you'll see the server gets stuck.