augment-vir - v31.13.0
    Preparing search index...

    Type Alias PrismaDataDumpOptions

    Options for prisma.client.dumpData.

    type PrismaDataDumpOptions = {
        limit: number;
        omitFields: string[];
    }
    Index

    Properties

    Properties

    limit: number

    The max number of entries to load per model. Set to 0 to remove this limit altogether (which could be very expensive for your database).

    100
    
    omitFields: string[]

    Strings to omit from the dumped data. For testability, omitting date or UUID id fields is a common practice.