{% extends base %} {% block head %} {% end %} {% block body %} {% init error = "" %} {% init cost_time = None %} {% init path = "" %} {% init path_list = [] %} {% init sql = "" %} {% init keys = [] %}
{{T("SQLite管理器")}}
{% include common/button/back_button.html %}
{% include mod_fs_path.html %}
展示表 记录数统计 导入备份
{% if cost_time is not None %}
耗时: {{cost_time}} ms
{% end %} {% if error != "" %}
        {{error}}
        
{% end %}
{% if len(cols) > 0 %} {% for key in cols %} {% end %} {% for record in result_list %} {% for key in cols %} {% end %} {% end %}
{{key}}
{{record.get(key)}}
{% end %}
{% end %}