flask-sqlalchemy icon indicating copy to clipboard operation
flask-sqlalchemy copied to clipboard

reflect specific table from specific database

Open pechavarriaa opened this issue 6 years ago • 0 comments

Unable to only reflect a single table that I want to use with flask-sqlalchemy, there should be an option like db.reflect(bind='db2',only=['table1']) to only reflect a table from specific db.

pechavarriaa avatar Jul 10 '19 18:07 pechavarriaa