Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prisma

Using Prisma Schema in PNPM monorepo with NestJS causing ESM issues

How to unit test a transaction-wrapped function in Prisma?

Prisma queries: Argument type .. is not assignable to parameter type SelectSubSet

using prisma, how do you access newly created record from within a nested write (update first, then create within)

javascript prisma

How to change PrismaClient database connection at runtime?

javascript prisma

prisma error: Could not connect to server at http://localhost:4466

Prisma Query engine library for current platform "debian-openssl-1.1.x" could not be found

Prisma throws an error "TypeError: cannot read property findmany of undefined"

How to create the correct relation in Prisma

sql orm prisma prisma-graphql

Prisma won't connect to MySQL Docker Container

mysql node.js docker prisma

Prisma create/update without await

How is .upsertMany() implemented in Prisma ORM?

How to findUnique on a relation field in Prisma?

How do i store custom object in prisma schema?

javascript nuxt.js prisma

Prisma openssl version issue

Using a prisma query with callback seems to ignore try/catch blocks (Node)

Invalid `prisma.user.findUnique()` invocation:

How to add an empty migration in prisma?