Exemplo n.º 1
0
def CreateDB():
    '''创建数据库'''
    DB.create_all()
Exemplo n.º 2
0
def CreateDatabase():
    '''创建数据库'''
    DB.create_all()