Exemple #1
0
def drop(db=DATABASE_URI):
    """Drop the tables."""
    connect(db)
    BaseModel.drop_tables()