Nurul
PPrisma
•Created by Mike on 4/21/2025 in #help-and-questions
How can I perform batch updates unique entities in Prisma?
Hey!
It seems that you are looking for functionality mentioned in this feature request:
https://github.com/prisma/prisma/issues/6862
The most straight forward approach would be using transactions with multiple update operations:
5 replies
PPrisma
•Created by Md. Yeasin on 4/19/2025 in #help-and-questions
Prisma with nuxt build blocking issues
It seems that the issue is resolved now. Let us know in case you run into any other issues 🙂
6 replies
PPrisma
•Created by zander on 4/20/2025 in #help-and-questions
Prisma generate with Turborepo never prompting for name
Hey! What version of Prisma are you using?
Is this happening on latest version?
4 replies
PPrisma
•Created by Deleted User on 4/19/2025 in #help-and-questions
ReferenceError: __dirname is not defined in ES module scope
Hey!
Yes, this should be fixed in Prisma 6.7.0
https://github.com/prisma/prisma/pull/26892
4 replies
PPrisma
•Created by begot on 4/20/2025 in #help-and-questions
transferring project to another workspace
Hey 👋
We don't have an inbuilt functionality to transfer project. What you can do is invite a user to your workspace with Admin access and then they can remove you from the workspace (essentially being the new owner)
4 replies
PPrisma
•Created by Quazar on 4/19/2025 in #help-and-questions
Problem creating a new user to my database
Can you share your
schema.prisma
file and your @lib/prisma
file, I would like to see how you are exporting the PrismaClient6 replies
PPrisma
•Created by Jude Bellingham on 4/17/2025 in #help-and-questions
Prisma & Store Procedures
No worries 🙂
5 replies
PPrisma
•Created by Sa3eeD on 4/14/2025 in #help-and-questions
full Text Search not working with Postgres and Nextjs
No worries 🙂
7 replies
PPrisma
•Created by toasty on 4/11/2025 in #help-and-questions
P1001: Can't reach database server at api.mydomain.com:5432
This is very strange as I haven't seen other users run into it.
I assume you have self hosted your database and aren't using Postgres on a Cloud provider like Neon, Supabase, AWS etc.
Are you able to connect to this postgres instance via a database IDE like pgAdmin, Dbeaver etc?
10 replies
PPrisma
•Created by davidmfoley on 4/10/2025 in #help-and-questions
Specifying postgres schema while using a postgres database url
Not in the immediate future, we will update our roadmap as soon as we start working on it
5 replies
PPrisma
•Created by Ben Liger on 4/19/2025 in #help-and-questions
Connecting from something like dbeaver
Hey @Ben Liger
You are looking for this: https://www.prisma.io/docs/postgres/tooling#2c-connect-to-prisma-postgres-using-dbeaver
3 replies
PPrisma
•Created by grace charles on 4/18/2025 in #help-and-questions
Anyone have Prisma ORM working with React Router 7? I get Internal server error
Hey!
What was the output path in your project?
Was it
output = "../app/generated/prisma"
?
If yes, then importing PrismaClient from this path should have worked7 replies
PPrisma
•Created by Jacob | idohtml on 4/17/2025 in #help-and-questions
output in schema
Hey did you try passing a relative path like "./app/generated"?
9 replies
PPrisma
•Created by Mas0n on 4/17/2025 in #help-and-questions
Running into a strange issue
Hey!
Have you added any binaryTargets in the generator in
schema.prisma
file? Can you share it?
The error you are observing seems similar to this one:
https://github.com/prisma/prisma/issues/84835 replies
PPrisma
•Created by p3 on 4/17/2025 in #help-and-questions
Extremely strange behavior
Glad to hear that you were able to solve it. Was it a caching issue?
12 replies
PPrisma
•Created by ImEgg on 4/17/2025 in #help-and-questions
Prisma Data Platform visualize data
Hey @ImEgg
Do you see any errors in the browser console? Can you share with me your GitHub handle or the email id with which you created your account?
3 replies
PPrisma
•Created by max on 4/15/2025 in #help-and-questions
Handling @db.Date fields client side from different Timezones (Postgres)
Hey!
So, the fundamental need is for the client to know whether a received date/time value originated from a
Date-only
field or a DateTime
field, right?
Can you configure your server-side serialization to send date/time values as strings in specific ISO 8601 formats that allow the client to differentiate.
For @db.Date fields: Send only the date part as a string: "2025-04-20".
For DateTime fields: Send the full ISO 8601 string including the time and timezone information "2025-04-20T18:30:00Z" or "2025-04-20T14:30:00-04:00".7 replies
PPrisma
•Created by Darkstar on 4/16/2025 in #help-and-questions
Could not locate Query Engine
Hmm! Super strange!
It could be related to custom path. We started recommending usage of custom path in 6.6.0 release, so it can be related
11 replies
PPrisma
•Created by max on 4/17/2025 in #help-and-questions
Is there a way to differently parse DateTime and db.Date when reading from Postgres
One workaround (not so great) could be to store Date in a String format
7 replies
PPrisma
•Created by Spencer on 4/11/2025 in #help-and-questions
Parallel Table Names using MuliSchema feature
Thank you for submitting the bug report and creating a reproduction repository 🙏
I'll go through the reproduction. ORM team should pick it up
11 replies