Skip to content

v2.5.1

Compare
Choose a tag to compare
@AhmedElywa AhmedElywa released this 20 Oct 10:23

PrismaSelect

Fix issue in forget add @paljs/display package to dependencies

PrismaDelete

Add new arg to constructor to accept options

You can now send the custom client

import {PrismaClient, dmmf} from './generate/client';
const prisma = new  PrismaClient();
const prismaDelete = new PrismaDelete(prisma, { dmmf });