I couldn\'t find any information about this in the documentation, but how can I get a list of tables created in SQLAlchemy?
I used the class method to create the tab
There is a method in engine object to fetch the list of tables name. engine.table_names()
engine
engine.table_names()