Prisma

P

Prisma

Join the community to ask questions about Prisma and get answers from other members.

Join

Can't use a locally hosted postgresql database on Prisma.

It keeps throwing the error 'Error validating datasource db: the URL must start with the protocol prisma://', though I see many people using it all the time. My schema is ``` generator client {...

HELP WANTED! Prisma 4.16.2 with MongoDB 8.0

Hi, I'm in a bit of a bind. I'm currently using Prisma version 4.16.2 with MongoDB 6.0, but since MongoDB 6.0 is reaching its EOL in July, we need to upgrade. I was thinking of upgrading from 6.0 to 7.0, then to 8.0. However, I couldn't find much information online, and I came across something suggesting that Prisma 4.x might not be compatible with MongoDB 7 or 8. Has anyone faced a similar issue or can share any insights? Thanks for help!

"Something went wrong, please try again"

Trying to enable pulse leads to this error message. Not sure if ive been unknowingly ratelimited but I would love to know a fix.
No description

prisma generate hangs

Whenevery i run prisma generate, the process just hangs. I'm using the latest version (just installed it) in a deno monorepo. This is my schema: ``` generator client {...

How do you manage the Prisma Client in Express and NestJS, GraphQL (Not Next.js) ??

We are using GraphQL with Apollo Server and injecting the Prisma Client into the resolver’s context. However, this approach requires passing the Prisma Client to service classes within the resolver. As the depth increases, the need to pass Prisma throughout the application becomes more frequent. It seems better to use a singleton and import the Prisma Client directly in the service class, as described in the article below....

Auto no cache when using prisma postgres with better-auth

using prisma postgres with better-auth for user session and user management but getting this whenever refreshing! How to implement the caching? │ POST https://accelerate.prisma-data.net/6.4.1/sdfsdfsdfdsf4s64df35s4d1f5s4df5346sf6ds4f4/graphql 200 in 506ms (cache skip) │ │ Cache skipped reason: (auto no cache) ...

help contructing a filter query

I'm receiving filter query params as a prop to my server action, every filter param can either be an array of values or just a single value. I can't figure out how to go on creating this filter query

How to define types in Pothos that work with Prisma?

Hi. I am trying to migrate from nexus to Pothos. But I run in to some trouble when trying to define my input types. See image for example of my code. The Prisma delete function does not agree on my defined type. Can you see what I am missing? TS error below: ```...
No description

Connect to multiple db?

Hey guys is there a way to connect to different db on user selection? for example i have 3 databases 1 for each project and i want to select which app to use and then connect to this db to fetch data is it possible?...

Prisma Pulse discontinued - alternatives?

With prisma pulse being discontinued, does anyone have any recommended alternatives that provide similar functionality?

Best way to use typedSQL when deploying to multiple places

I have a project which has just enabled typed SQL. However when I deploy my project multiple containers, multiple databases and multiple sites are deployed/updated. Currently I build everything before running my database migrations to reduce downtime....

Usage of `@map` and `@@map` as a best practice to name tables and columns in a database

Say we have a legacy database somewhere that has its table names and column names. One way to use @map and @@map is to ensure that the names of our models and fields map to the names of the tables and columns, respectively in that database. Apart from this use case, can I use these as a best practice whenever I am creating my Models where essentially a legacy database does not exist but I am building from scratch. ...

Running prisma migrate deploy in a production server

Hi all, I was wondering if I should be running prisma generate before prisma migrate deploy in a production server, I feel like I haven't seen this in any of the docs I've seen. I'm currently executing this: ``` python3 -m prisma generate python3 -m prisma migrate deploy python3 seed_db.py...

Accidental deletion of a migration file

I have two problems: 1. Due to poor attention to detail, an applied migration file from 6 months ago was deleted (both folder and migration.sql) in a branch that was merged into main 2. In the same branch new enums were added to schema.prisma BUT prisma migrate dev was NOT run After this in the heat of the moment, I added the deleted branch back into main (no prisma commands were ran, simply added the file back to production)....

Case insensitive for unique constraint

how do i make the name case insensitive
@@unique([userId, name])
@@unique([userId, name])
...

Question about storing/reading dates from database

Hi, does anyone got some links or know how should I deal with dates in JavaScript/Prisma when it comes to storing it to the db and reading a date DateTime db value? My colleague from another timezone gets -1 day when displaying it from the client while mine shows the correct value. I store it using new Date(value.someDatefield) upon form submission and read it using date.getFullYear/getDate/getMonth.

P1001: Can't reach database server

Whenever I run this command: npx prisma migrate dev --name init, I end up getting this error: ``` Environment variables loaded from .env Prisma schema loaded from prisma\schema.prisma Datasource "db": PostgreSQL database "postgres", schema "public" at "db.nbcsqgnnbagzijwbrfsb.supabase.co:5432"...

Prisma Nuxt Turborepo: Cannot find module

I'm attempting to use Prisma client in a monorepo based off Prisma's official guide: https://www.prisma.io/docs/guides/turborepo. I'm running into issues trying to use the generated client in a Nuxt application located in the monorepo. When I import the client into one of my API routes I get a module not found error: cannot find module 'C:\packages\database\generated\client' When I examine the .nuxt/dev/index.mjs file in dev, it appears that the Prisma client is using a relative path instead of an absolute path...
No description

Prisma migrate

Hello, I have modified my Prisma schema and would like to apply the changes on my file . db without losing data, but it does not work, I lose them

PrismaPulseServerError: P6100 Prisma Pulse encountered an unexpected error

I'm finding that Prisma Pulse is flaky. If I let it run on a long-running process, it will eventually start failing. How can I get support here?