OneBite.Dev - Coding blog in a bite size

🧑‍🚀 Blog for learning prisma

prisma blog posts, coding tips and trick in a bitesize to help you learn prisma.

Solving prisma error running on docker linux-musl

When running prisma inside a docker on my mac m1, it shows those error, here is how I solve it

prisma

Prisma error when doing upsert

When implementing upsert through Prisma you need to make sure that the where clause contains a unique column only

prisma