pub fn insert_record(
    conn: &mut Conn,
    table: String,
    columns: String,
    values: String
) -> Result<(), Error>