faq-website/helpers/database.js
9pfs dd071e9854
All checks were successful
/ prettier (push) Successful in 1m35s
Install and run prettier
2024-07-06 01:14:20 +00:00

3 lines
105 B
JavaScript

import { PrismaClient } from "@prisma/client";
const prisma = new PrismaClient();
export default prisma;