hugger-lover / utils /prisma.ts
enzostvs's picture
enzostvs HF Staff
init
7f5876d
raw
history blame
102 Bytes
import { PrismaClient } from '@prisma/client'
const prisma = new PrismaClient()
export default prisma