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
-
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