Skip to main content

bulk_copy

Function bulk_copy 

Source
pub(crate) async fn bulk_copy<T>(
    pool: &PgPool,
    table: &str,
    label: &str,
    rows: &[T],
    patch: &str,
) -> Result<(), Error>
where T: CopyInsert,