Created
January 18, 2022 04:11
-
-
Save 0916dhkim/658e093b8f84041e0b8b53ad19060a62 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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