Interface IWithPostgresOptions

Options for a 'withPostgres()' function.

interface IWithPostgresOptions {
    chunkSize?: Nilable<number>;
    withTransaction?: Nilable<boolean>;
}

Properties

chunkSize?: Nilable<number>

Custom chunk size for cursor operations.

Default

100

withTransaction?: Nilable<boolean>

Run action in transaction or not.

Generated using TypeDoc