Skip to main content

upsert

Function upsert 

Source
pub async fn upsert(
    pool: &Pool,
    agent_instance_hierarchy: &str,
    continuation: &str,
) -> Result<(), Error>
Expand description

Insert-or-replace the continuation for an AIH. Matches the INSERT … ON CONFLICT … DO UPDATE idiom used by tags::apply.