Dusty Campanella
Results
1
comments of
Dusty Campanella
Hi @akravetz, If you are looking to use multiple databases, here is a way to configure it with sqlalchemy : https://flask-sqlalchemy.palletsprojects.com/en/2.x/binds/. `__bind_key__ = 'MY_DATABASE'` specifies the database you are using...