List<({String name, String file})> get database_list { return mapRow("database_list", (e) => (name: e["name"], file: e["file"])); }