[][src]Function sql2csv::export

pub fn export(
    db: &str,
    file_name: PathBuf,
    sql: &str,
    header: &str
) -> Result<(), Box<dyn Error>>