Skip to main content

insert_with

Function insert_with 

Source
pub async fn insert_with<'e, E>(
    executor: E,
    args: &impl JobArgs,
    opts: InsertOpts,
) -> Result<JobRow, AwaError>
where E: PgExecutor<'e>,
Expand description

Insert a job with custom options.