Skip to content

Instantly share code, notes, and snippets.

@0916dhkim
Created January 18, 2022 04:11
Show Gist options
  • Save 0916dhkim/658e093b8f84041e0b8b53ad19060a62 to your computer and use it in GitHub Desktop.
Save 0916dhkim/658e093b8f84041e0b8b53ad19060a62 to your computer and use it in GitHub Desktop.
export * from '@prisma/client';
// 선택사항: 프리즈마 인스턴스를 여기에서 생성할 수도 있습니다.
import {PrismaClient} from '@prisma/client';
export const prisma = new PrismaClient();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment