Functionsยง
- insert
- Insert a job with default options.
- insert_
many - Insert multiple jobs in a single statement.
- insert_
many_ copy - Insert many jobs using COPY for high throughput.
- 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.