How to seed a Prisma database with data in Next.js. ... import { PrismaClient } from '@prisma/client'; const prisma = new PrismaClient();
確定! 回上一頁