aboutsummaryrefslogtreecommitdiffstats
path: root/backend/prisma/schema.prisma
blob: aaeee1b88e501e367a4b31215e4a86f83996374a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// This is your Prisma schema file,
// learn more about it in the docs: https://pris.ly/d/prisma-schema

// Looking for ways to speed up your queries, or scale easily with your serverless or edge functions?
// Try Prisma Accelerate: https://pris.ly/cli/accelerate-init

generator client {
  provider = "prisma-client-js"
  output   = "../src/generated/prisma"
}

datasource db {
  provider = "postgresql"
  url      = env("DATABASE_URL")
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage