Skip to main content

insert

Function insert 

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

Insert a job with default options.