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.
Generic parameter in function for includes
error requesting Query Engine from pool
``
Error:
Invalid prisma.memories.findMany()` invocation:
...Transaction operations are not executing sequentially when using PrismaPlanetScale adapter
PrismaPlanetScale adapter. After starting to use the PrismaPlanetScale adapter, I am getting an error when trying to execute multiple related operations in a transaction. For example, the following transaction errors:
```
await prisma.$transaction([
prisma.user.create({ data: { id, ... } }),
prisma.user.update({ where: { id }, data: { ... } })...Randomly Getting introspect operation failed Prisma accelerate

Migration fails with CockroachDB
npx prisma migrate dev always fails for whatever reason, but npx prisma db push succeeds. Is there a reason why this behaves like this?Prisma Files too large to upload
[tRPC] server app cannot find prisma folder as it's in trpc package
Could you help me analyze this time zone issue?

Getting Connection closed. randomly
prisma.salesOrder.findMany() including a bunch of other tables (not ideal I know).
When we use order by in this operation, we get "Connection closed.". Things I have done so far:
- Changing the connection string from connect_timeout=15&connection_limit=20&pool_timeout=60 to connect_timeout=60&connection_limit=30&pool_timeout=0...How can i avoid have to explicitly type out return types, can i use generics somehow?
Incorrect type being returned from getQueryMethod
How to properly type return and include types for my function
Not sure what types to use to correctly restrict my generics
Ugly logs
prisma.ts path generation
PrismaClientInitializationError on vercel
prisma.user.findFirst() invocation:
Prisma Client could not locate the Query Engine for runtime "rhel-openssl-3.0.x"....Cannot find module '@prisma/client/runtime/query_compiler_bg.mysql.wasm on vercel