lora-studio / src /lib /prisma.ts
Last commit not found
raw
history blame
102 Bytes
import { PrismaClient } from '@prisma/client'
const prisma = new PrismaClient()
export default prisma