python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Serverless functions on Vercel not writing to database with prisma
Hello I am new to the whole serverless concept, I created my own wedding site because I'm hard headed and thought that I could create a better one then the free one offered by the knot. So I used Next...
Ryan Speciale
Votes: 0
Answers: 0
"prisma generate" moves generated package outside of working directory
I have a setup where I want to share a Prisma schema file between different node packages within a mono-repo.
The schema has multiple but these models are not exported to the client. The reason is bec...
Yuri van Geffen
Votes: 0
Answers: 0
how to separate business logic from prisma logic
I have just started using Prisma as an orm, in my project, but I am not sure how to separate the Prisma queries and logic code from the service logic that's using Prisma, since we can't use the generi...
justLearning
Votes: 0
Answers: 0
is there another way to generate client with prisma-client-go?
i am setting up a project in go and i want to use the prisma-client-go as ORM tool.
i have setup schema.prisma file like this
datasource db {
// could be postgresql or mysql
provider = &quo...
emeka mamah
Votes: 0
Answers: 1