drop-table

How to delete a table in SQLAlchemy?

How to delete a table in SQLAlchemy? Question: I want to delete a table using SQLAlchemy. Since I am testing over and over again, I want to delete the table my_users so that I can start from scratch every single time. So far I am using SQLAlchemy to execute raw SQL through the engine.execute() method: …

Total answers: 5