Skip to main content

export_config_to_file

Function export_config_to_file 

Source
pub async fn export_config_to_file(file_path: String) -> Result<Value, String>
Expand description

Export the SQLite database to a CC Switch compatible SQL file.

This mirrors the upstream command signature style (Result<Value, String>).