Raw SQL generated for cursor using libsql issue
prisma.transaction.findMany() not working
Cleaning code
How to push changes to already deployed db?
push
for production environment....check connection - prisma nextjs
Lock tables
500 (Internal Server Error) from simple query

[Help]Prisma ORM with Express and TypeScript. Trying to use include.
Category
model. You defined a field procucts
instead of products
. Can you update the field and then regenerate the Prisma Client by running npx prisma generate
....prisma use middleware
Prisma telemetry operation contains unaccounted for time
Prisma ORM returns two different results from two similar (?) queries
is_deleted
, type
and inserted
should be mandatory for both queries, but it seems that only the second one, with the duplicated common fields in both OR
'branches', give me the correct result.
```ts...UncheckedCreateInput error when trying to create a many to many relationship (likeSermon / likePost)

Implicite Many-to-Many relationship double primary key
mongodb connection randomly unable to connect
Prisma client doesn't get updated with new columns after db pull
user_auth_token
in the schema that showed up after I prisma db pull
. I then use prisma generate
to regenerate the prisma client but I still can't update this field.
npx prisma migrate dev --name init from tutorial not working
npx prisma migrate dev --name init
the terminal gets stuck at:
```
Environment variables loaded from .env
Prisma schema loaded from prisma/schema.prisma
Datasource "db": PostgreSQL database "postgres", schema "public" at "aws-0-us-west-1.pooler.supabase.com:6543"...Error Initializing Prisma on Expo
Does Accelerate support MSSQL?
Unknown server error: {"type":"UnknownJsonError","body":{"code":"P6000","message":"Something went wrong."}} (The request id was: 88b049569d096dc7)
Unknown server error: {"type":"UnknownJsonError","body":{"code":"P6000","message":"Something went wrong."}} (The request id was: 88b049569d096dc7)
[FIXED] Error when providing certificate
sslcert=/app/dist/infra/db/prisma/cert/global-bundle.pem
) and it worked.dmmf in prisma 5
let currentModel = Prisma.dmmf.datamodel.models.find(m => m.name === model)
It seems Prisma.dmmf is undefined in prisma 5. I need it in filter string parsing, to find out whether a certain field is a list, so that I can nest it within "some" prisma filter construct.
Any suggestions as to what I can use in prisma 5 to achieve the same?...