Function key::set_entry

source ยท
pub fn set_entry(
    db: &mut Database,
    name: &String,
    value: &String,
    field: &String
) -> Result<()>