RSSAmplifier

Blog

Frank's Dev Blog

I write about interesting technical problems and solutions I run into.

matranga.devRSS feed ↗2 posts

Latest posts

Pay No Attention to that Man in the Office

MediaPipe + WebRTC + Tone.js + Web Audio = a fun party bit

Implementing Soft Deletion in Prisma with Client Extensions

Summary This post, my first, walks through extending the popular TypeScript ORM Prisma to enable "soft deleting" records in a database with ease. It assumes basic familiarity with NodeJS, TypeScript, and Prisma ORM. Prerequisites / Background NodeJS 1 TypeScript 2 Object–relational mappers (ORMs) 3 Prisma ORM 4 Intended Audience Developers who already use Prisma ORM in their TypeScript…