sqlalchemy_data_model_visualizer
sqlalchemy_data_model_visualizer copied to clipboard
new feautre / import models from metadata
Hello,
It seems that we should imports all the models one by one in advance, is there any way that we can use metadata to get this done automatically like alembic ? metadata.tables
is a FacadeDict with all the models in the dict values.