This repository was archived by the owner on Jul 28, 2025. It is now read-only.
Replies: 1 comment
-
Please provide some details. You have to use datasource db {
provider = "postgresql"
url = "postgresql://postgres:pw@localhost:5432/db"
}
generator db {
provider = "go run github.com/steebchen/prisma-client-go"
}
model User {
id String @id @default(uuid())
name String?
email String
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I couldn't use postgresql on go-prism. codebase if you drop it or give direction
Beta Was this translation helpful? Give feedback.
All reactions