Delay when navigating between pages
Problem with Stream on Pulse
stream()
and it look like we don't have any event stored, we have activated event persistance like in the past
...
rawQuery compilation
TypeError: The "payload" argument must be of type object. Received null
Migrations hang on Prisma Postgres
nextjs + prisma: rawQuery breaking if using globalThis
FindUnique/Update using unique index on sub field
Concurrent request (Prisma)
Context...
TypedSQL for SQL Server?
Connecting to MySQL server in production.
Error querying the database: Unknown authentication plugin `sha256_password'.
Error querying the database: Unknown authentication plugin `sha256_password'.
Two Schemas but only one will stay generated at a time
Broken JsDoc on prisma Upgrade from 4 to 5.22
Optimize not showing recommendations for a finished recording (+ feature requests)

Best way to look for text in a deeply nested JSON?
``
const postsWithMeta = await db.$queryRaw<Posts[]>
SELECT p.*
FROM "Posts" p...Raw SQL returns ~5x slower than CLI / `pg` package
queryRawUnsafe
or queryRaw
. the query is 2-3 secs.
I even hooked up the pg
package and confirmed it is around ~500ms....Infer type from create query?
Schedule
. Attention to the shape, not data
```ts
async function createSchedule() {
return db.schedule.create({
data: {...Tracing / OTEL only works with manual active spans.
Dynamic Database Name Support in Studio
Is there no more online database browser from prisma?
narrow down String type using prisma client's extension?