1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 15:07:27 +00:00
festa/prisma/schema.prisma

12 lines
236 B
Text
Raw Normal View History

2022-05-20 12:20:45 +00:00
// This is your Prisma schema file,
// learn more about it in the docs: https://pris.ly/d/prisma-schema
generator client {
provider = "prisma-client-js"
2022-05-20 12:11:08 +00:00
}
2022-05-20 12:20:45 +00:00
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}