pub async fn add_note(
    db: &Database,
    name: &str,
    msg_id: i32
) -> Result<UpdateResult, Error>