setting awal

This commit is contained in:
lukman
2024-07-02 17:48:55 +08:00
parent 1b3320068a
commit f799769d5c
7 changed files with 8776 additions and 569 deletions

14
prisma/schema.prisma Normal file
View File

@@ -0,0 +1,14 @@
// 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"
}
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}