Will using prisma accelerate with AWS RDS aurora increase my network egress traffic costs?
Error trying to generate Prisma Client inside OpenAI Codex Cloud environment. Can't download binary
GetPayload: Make all properties optional on related model
GetPayload
model helper functions with nested relationships without some level of properties being required. We use helper functions to compute dynamic data points (status', counts, etc).
For a specific helper function, we attempt to compute a status based on the number of entries in a related 1:M relationship. We do not care which fields are included in the array of related objects, just that the array itself exists. I've included several examples below using a standard users->posts relationship to demonstrate the issue. In each case below, all fields are required.
```typescript
type UserPosts = Prisma.userGetPayload<{...Run `prisma dev` programmatically
prisma dev
(local postgres db) programmatically? Thanks.Prisma website crush
Is there any way to close existing connections?
Timed out fetching a new connection from the connection pool.
An error occurred while trying to interact with the database
, nothing i try works, im sure my service makes quite a lot of db requests, not sure how to see that inside of postgres or such, but how to fix this for once, it spams them like thousandsprismaSchemaFolder Pattern?
.prisma
file every time I encounter a folder structure of prismaSchemaFolder
?
Based on the example below, (a,b).prisma fails to read the model of c in (a,b).prisma.
The services folder does not have .prisma.
The services folder subtest folder has .prisma....Does prisma make a query even though the value is null?
Unknown Accelerate usage
select 1 queries in production
SELECT 1
query about every 5 seconds, but it doesn't seem to happen at all in development. I haven't been able to find any options about enabling/disabling this behavior, and I'm having trouble even figuring out what's triggering it it one environment and not the other.
This looks like some kind of connection health check, but it's causing the connection from my application to Neon to never go fully idle, which means I'm winding up paying for uptime usage when it should be spinning down to zero when inactive. ...
Structuring a file system for permissions
No sign of Branching / Environments
Console errors. Dashboard frozen on web.

TypedSQL - Boolean Argument Documentation
'true'
and 'false'
. This leads to consternation when trying to craft where clauses.Create query causes whole server to hang
create
queries in our project that when ran cause our complete Next.js server to hang. It doesn't crash with any error, it just never resolves and stops everything else from working.
I am already looking into what specific part of the queries are causing this, but I wonder if its a known issue that it causes the whole server to hang....Still not solved: Prisma can't find multi-file-separated models in 6.14.0
`@prisma/client/runtime` size is big(bigger than rust-engine version)
no-rust-engine
. We use Prisma ORM on AWS Lambda function.
I updated Prisma version to 6.14.0 from 6.6.0 and setup configuration to use runtime, hoping that this will reduce the total size. Turned out the size actually increased. As seen in the screenshot, the node_modules size is around 100MB. I narrowed down the directory and found that runtime
has many files that are not relevant to the project (we use postgres) should these be removed manually to reduce the total size?
...
Why does Prisma add :5432 to Unix socket paths for Cloud SQL connection
Need Help
