Skip to main content

Module insert

Module insert 

Source

Structs§

PreparedJobInsert
Pre-computed values for a single job row, ready to bind into any driver.

Functions§

insert
Insert a job with default options.
insert_many
Insert multiple jobs in a single statement.
insert_many_copy
Insert many jobs through the compatibility COPY surface.
insert_many_copy_from_pool
Convenience wrapper that acquires a connection from the pool.
insert_with
Insert a job with custom options.
params
Convenience: create InsertParams from a JobArgs impl.
params_with
Convenience: create InsertParams from a JobArgs impl with options.
prepare_job_insert
Prepare a single job insert from typed job args and options.
prepare_raw_job_insert
Prepare a single job insert from raw kind, JSON args, and options.