Sudden connection string issues
PostgreSQL Replica Identity Error Despite DEFAULT Setting
Sudden issues after trying to access localhost with my nextjs app - no changes in code.
Starter plan pay as you go
Keep the possibility to pass an existing Pool to `@prisma/adapter-pg`
@prisma/adapter-pg
was simplified that a pool is created for you, but I'd like to keep the ability to pass an existing pool myself.TypeScript errors with new `prisma-client` generated client
tsc -b
to perform type checking, it fails with
app/generated/prisma/client/client.ts:341:16 - error TS4094: Property '_brand_DbNull' of exported anonymous class type may not be private or protected. 341 export const DbNull = runtime.objectEnumValues.instances.DbNull...
Hey! I'm seeing some queries taking ages to load when doing select with distinct.
Prisma Client's distinct option does not use SQL SELECT DISTINCT. Instead, distinct uses: A SELECT query In-memory post-processing to select distinct...
How do I use Prisma w/ Cloudflare Hyperdrive + MySQL using Cloudflare Workers
Migrations and Build breaking after the new version of 6.6.0
Schema could not be found after Prisma 6.6.0 update
Prisma Error After Nuxt 3.16.0 & Nitro 2.11.6 Update
after updating to Nuxt 3.16.0 and Nitro 2.11.6, I'm getting this error during build related to Prisma: TypeError [ERR_INVALID_MODULE_SPECIFIER]: Invalid module ".prisma" is not a valid package name imported from node_modules/@prisma/client/default.js There's also a deprecation warning:...
Prisma optimize in a project using the neon adapter fails on Env variable not found: DATABASE_URL
PrismaClientInitializationError: error: Environment variable not found: DATABASE_URL....
still getting Pulse recommendations

new guy with wierd error when deleting a record trough prisma studio
prisma cli push runs without error, but db on console.prisma.io not updating?
Automatically create SQLite database and run Prisma migrations in Docker for Next.js app
Possible error in docs?