1
0
mirror of https://github.com/Fayorg/calendrier-avant.git synced 2026-05-27 17:18:38 +02:00

Added Prisma

This commit is contained in:
timhaller
2023-12-04 09:31:50 +01:00
parent bb55ca2145
commit 958c441c69

9
prisma/schema.prisma Normal file
View File

@@ -0,0 +1,9 @@
datasource db {
provider = "mysql"
url = env("DATABASE_URL")
relationMode = "prisma"
}
generator client {
provider = "prisma-client-js"
}