-
By default, a schema is generated to |
Beta Was this translation helpful? Give feedback.
Answered by
steebchen
Sep 3, 2023
Replies: 1 comment 1 reply
-
You can do generator db {
provider = "go run github.com/steebchen/prisma-client-go"
# set output path (will be generated in `./your-path/db_gen.go`
output = "./your-path"
# set package name (`package db`)
package = "db"
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
steebchen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do