#hello just a simple question
5 messages · Page 1 of 1 (latest)
Are you getting any specific errors? You should be able to use it
i don't have "error" but we are agree that the defineExtension comes from PrismaClient ?
i have this :
`import { PrismaClient } from '../app/generated/prisma/client'
const prisma = globalForPrisma.prisma || new PrismaClient({ adapter })
prisma. ` -> here i want to use defineExtension
i have this