pub async fn execute_query_json( csv_path: &str, sql: &str, ) -> Result<String, ComputeError>
Convenience wrapper that returns pretty JSON (CLI / Tauri string bridge).