Pulse Type
Serving HTTPS from Prisma Client
Prisma migrate deploy doing modification in node_modules after upgrading prisma
npx prisma migrate deploy in a docker image with limited right
In 5.17 i had no issue doing this but after upgrading to 5.18 i have this error:
Error: Can't write to /home/node/node_modules/@prisma/engines please make sure you install "prisma" with the right permissions.
I can't allow my user node to do modifications inside node_modules and i don't understand why this command is now doing writes...index without preview feature
why does prisma never read from main db and always from replicas?
Getting `Can't reach database server ` long after DB load has dialed down
use datatype set
set for sql but i saw it is not possible anywork arrounds?
Permissions set('WRITE','READ','ADMIN','DELETE','SUPERADMIN','BLOCKED') NOT NULL,...self-relation
Share prisma schema and client between two backend services.
Default value not working inside a type

Prisma Client did not initialize yet
prisma generate I get this error: The "path" argument must be of type string. Received undefined
Is it possible to run "prisma generate" without internet connection?
Get part of a text from DB with Prisma
unique constraints
isPrimary set to true but also allow any number of images with isPrimary set to false for the same drugItem?
```ts
model Image {
id String @id @default(auto()) @map("_id") @db.ObjectId
createdAt DateTime @default(now())...Prisma-to-sql
any fix/status for this bug? https://github.com/prisma/prisma/issues/24475
I encountered an issue where the database operation in Prisma results in an indefinite wait time.
Prisma Pulse for Microsoft SQL Server
Read Only database
