Prisma config parser?
Prisma v6.9.0
When using the @prisma/adapter-pg I get a module build fail trying to use the prisma client.
Module build failed: UnhandledSchemeError: Reading from "cloudflare:sockets" is not handled by plugins (Unhandled scheme).
Module build failed: UnhandledSchemeError: Reading from "cloudflare:sockets" is not handled by plugins (Unhandled scheme).
Getting foreign key error even though foreign row exists
foo table has a foo_uuid column, and my bar table references it via a foo_uuid column. I am trying to call this method:
```
prismaClient.bar.create({
data: {
foo_uuid: 123,...Cannot read undefined of Enum
Error: Cannot read properties of undefined (reading 'BAR') when trying to access an enum as follows:
```ts
import { Foo } from '@/generated/prisma/default';
...Postgres full text search
full-text search, but I want to know if it's possible to apply it on different Language 'Arabic', is it possible and how?Using queryCompiler, PrismaClient doesn't honor Postgres schema from config
queryCompiler preview feature and the Postgres adapter. My connectionUrl specifies a Postgres schema (?schema=core), but the PrismaClient throws errors because it "cannot find table public.XXX", implying it does not honor the intended schema value. I have also attempted to provide the schema via the adapter options object, but to no avail.
Has anyone else encountered this issue? Any fixes or workarounds?...turborepo error
Prisma now wants me to have an `app` folder?
app folder? I am not sure I understand, I thought it would generate normally and then you import from @prisma/client? Why do we need to use a separate app folder now? thanks in advance.Cloudflare Workers
How to Handle Partial Unique Indexes with Prisma Migrations?
WHERE clause to a unique index. For example:
```sql...Provider `prisma-client` vs `prisma-client` js with preview features
Health Check of Query Engine timed out
Multifile schema example not working https://github.com/prisma/dub
--schema argument,
set it in your prisma.config.ts,
set it as prisma.schema in your package.json,...Upgraded to pro, queries all failing "Accelerate was not able to connect to your database"
``
This request could not be understood by the server: {"type":"UnknownJsonError","body":{"code":"P6008","message":"Accelerate was not able to connect to your database. The underlying error
is: Can't reach database server at database-ommitted.ewr0.db.prisma-data.net:5432\n\nPlease make sure your database server is running at database-01jvakzxrv8p865yd2...
data types on query
Recommendations not showing up
Local development with Prisma Postgres
Speeding up DB seeding