Options for prisma.client.dumpData.
prisma.client.dumpData
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).
0
100 Copy
100
Strings to omit from the dumped data. For testability, omitting date or UUID id fields is a common practice.
@augment-vir/node
Options for
prisma.client.dumpData
.