Exemplo n.º 1
0
class ExportCSVForm(BaseForm):
    table = SelectField("数据库表", choices=get_dumpable_tables())
    submit = SubmitField("下载 CSV")
Exemplo n.º 2
0
class ExportCSVForm(BaseForm):
    table = SelectField("Database Table", choices=get_dumpable_tables())
    submit = SubmitField("Download CSV")