Function build_sql_statement

Source
pub fn build_sql_statement(
    headers: Vec<String>,
    table: &str,
    database: &str,
) -> String