Use this to create a full Prisma extension that maps values based on your defined mappers. The output of this function should be passed directly into prismaClient.$extends().
prismaClient.$extends()
prismaClient.$extends(createPrismaMapExtension([myMapper])); Copy
prismaClient.$extends(createPrismaMapExtension([myMapper]));
Use this to create a full Prisma extension that maps values based on your defined mappers. The output of this function should be passed directly into
prismaClient.$extends()
.