Prisma Query Performance Question
DB Error?
Horrendous performance with relationalJoins active for deep includes through models/views
Help with Error in Schema engine with Planetscale.
npx prisma db push I get an error "Oops, an unexpected error occurred! Error in Schema engine. Reason: [schema-engine/sql-schema-describer/src/mysql... [more...]"
Prisma generates correctly, types for the new table are generated with no errors, prisma Studio recognises the new table but I cann't push it....Getting Reading from "node:async_hooks" is not handled by plugins onnextJs server actions
packages/db monorepo package
- the prisma package is "type": "module"
- The error only happens on nextJs server actions (I believe because of different runti then server components)
Can anyone help me? Two days trying to figure this out already....6.12 failing when using typedSql and tsx
Basic Prisma Optimize Is Not Working
Prisma push to PlanetScale development branches crashing schema engine
prisma db push to a PlanetScale development branch is crashing the schema engine:
(Vitess)
```
Environment variables loaded from prisma/.env
Prisma schema loaded from prisma/schema.prisma...MismatchedTokenException when migrating from neon/docker to prisma postgres
getting error "prisma:error Must call super constructor ..." at a simple insert
Can't Null a Compound-unique Value
Warning: consolidate your env vars
DataBricks Adapter
Would be nice to see an example `.cursor/prisma-rule.mdc` or equivalent example
.prisma file extensions and specify Prisma-specific language as the project rule description.
I'd be very interested to see what kinds of things would be used/specified by the Prisma developers themselves, if they are using Agents at all for things, right now....Best Pratices on prisma.schema location
prisma migrate dev hangs using Prisma Postgress
Environment variables loaded from .env
Prisma schema loaded from prisma\schema.prisma
Datasource "db": PostgreSQL database "postgres", schema "public" at "accelerate.prisma-data.net"
Environment variables loaded from .env
Prisma schema loaded from prisma\schema.prisma
Datasource "db": PostgreSQL database "postgres", schema "public" at "accelerate.prisma-data.net"
help node sea app with prisma
Is there actually a best practice when it comes to naming conventions?
Debugging Invalid `prisma.$queryRaw()` invocation
prisma.$queryRaw() invocation error when running my code in the cloud (specifically trigger.dev). I have a fairly distinct setup in that I have multiple packages abstracting different Prisma schemas in my monorepo. They are all getting bundled together for Trigger with some bespoke code to copy the binary combined with the prisma extension.
Example snippet from the schemas, which are all configured roughly the same way.
```
datasource db {...`prisma-client` generator in compiled workspace package
The inferred type of 'foo' cannot be named without a reference to '../../../node_modules/@mrb/mysql/dist/generated/internal/prismaNamespace'. This is likely not portable. A type annotation is necessary.
The inferred type of 'foo' cannot be named without a reference to '../../../node_modules/@mrb/mysql/dist/generated/internal/prismaNamespace'. This is likely not portable. A type annotation is necessary.