flask-sqlalchemy
flask-sqlalchemy copied to clipboard
reflect specific table from specific database
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.