utils¶
- async advanced_alchemy.alembic.utils.drop_all(engine, version_table_name, metadata)[source]¶
Drop all tables in the database.
- Parameters:
- Raises:
MissingDependencyError – If the rich package is not installed.
Drop all tables in the database.
MissingDependencyError – If the rich package is not installed.