Tool to write schema by hand
Records found that don't exist (Supabase + Prisma)
upvote
, but I am somehow able to find a non-existant record and delete it!
When adding an upvote, I'm checking for a record. If one exists already, I delete
it, if not I create
one.
Even after clearing the table, it is able to find an existing record and try to delete it (even with a success message) although no record should even exist....
Correct way to setup prisma + docker
Error validating datasource URL must start with the protocol prisma://

TypeError: client._engine.apiKey is not a function
node_modules/@prisma/extension-accelerate/dist/cjs/extension.js:81:40
node_modules/@prisma/extension-accelerate/dist/cjs/extension.js:81:40
AWS SAM + Lambda not bundling properly.
`The Query did not produce a result within the maximum allowed execution time of 10 seconds.`
8cb4413f8e688d90

dev.db-journal is always created
dev.db-journal
file for you ?
I read that this file is a rollback journal file and should only be present temporary during a transaction....introspecting never loading
JSON Filtering on object key value inside array example from doc doesn't work
await db.Test.create({data: {data: [{petName:"Claudine"}, {petName: "Sunny"}]}})...
.update return null when data is found using .findUnique using the same where clause (version 5.17.
Error when using accelerate (Local Development)
prisma generate
after updating DB URL.
im using sveltekit and postgres db.
...Any way to decrease prisma client size for Cloudflare D1?
prisma generate
takes the bundle size from 30kb to 860kb which is super unreasonable for a serverless project. Is this intended and is there anything I can do to decrease the size in production?Property does not exist on type..but it clearly does.
const lastIdResult = prisma.descriptionDiff.findFirst({ where: { packageId: thisPackage.id...

How to kill idle connections properly in postgres
NestJs + Prisma Optimize
Prisma Accelerate Typescript
Nested orderBy
Cannot set up optimize
withOptimize
.``` [optimize] HTTP 401 Unauthorized: TypeError: Body is unusable at specConsumeBody (node:internal/deps/undici/undici:5549:15)...
Question about interactive transactions