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
from sqlalchemy import create_engine engine = create_engine('postgresql://use:pass@localhost/DBname') print (engine.table_names())