next-shad-auth-starter/prisma/schema.prisma
Jessica Rekcah 22f85d731c init
2025-11-29 00:36:55 +07:00

16 lines
427 B
Plaintext

// 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"
engineType = "client"
output = "./generated/prisma"
}
datasource db {
provider = "postgresql"
}