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