drop_table

GenericDBWrapper.drop_table(table: str) → bool[source]

Drop the table table if it exists. If the table exists, it will be dropped and True will be returned.

If the table doesn’t exist (thus can’t be dropped), False will be returned.