Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prisma

How to use LIKE in Prisma ORM on number fields?

node.js orm prisma

How to run migrations on a remote/cloud managed DB? (through CI/CD)

node.js | Replacing DB client with Prisma keeping preserving DB structure - issue with uuid_generate_v4()

What is the use of Adapters in NextAuth?

How to create multiple relationships to the same filed in prisma

prisma prisma-graphql

prisma generate throws TypeError: collection is not iterable

typescript prisma prisma2

Using enums from prisma in nestJS graphQL models

enums graphql nestjs prisma

Prisma 2 query to return records only that are associated with ALL of the provided tag IDs

How to delete a record and any relationship records in an explicit many to many relationship?

many-to-many prisma

how to ignore extra fields when storing prisma data?

prisma

Prisma $queryRaw with variable length parameter list

postgresql prisma

Ordering by multiple columns in Prisma

prisma prisma-graphql

Supabase client permission denied for schema public

How to add type definitions for includes in a Prisma model?

typescript prisma

How can I encrypt and decrypt data with Prisma?

Prisma @db.Time(x) - what is x?

prisma

Prisma cannot authenticate database server

'.' is not recognized as an internal or external command thrown when used in exec(), but not when run from command line

Reason: `object` ("[object Date]") cannot be serialized as JSON. Please only return JSON serializable data types

"Property 'create' does not exist" in prisma client

node.js prisma