Exemple #1
0
def create_all():
    BASE.metadata.create_all(get_engine())
Exemple #2
0
def drop_all():
    BASE.metadata.drop_all(get_engine())