DEV Community

Discussion on: Flask and SQLAlchemy without the Flask-SQLAlchemy Extension

Collapse
 
fatheyabdelslam profile image
Fathey

Great !!
but i wonder How to Achive to sperate data in multi databases like in flask_sqlalchmey
bind_key in sqlalchemy

Collapse
 
nestedsoftware profile image
Nested Software • Edited

I don't know how this works in flask-sqlalchemy, but you can create a separate session for each db.