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