Q2TG/src/models/db.ts

6 lines
99 B
TypeScript

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