• by fritzstauff on 1/10/2024, 5:00:53 PM

    Great write-up! As a frequent user of Prisma, I found your guide on extending the Prisma client really insightful. One question I have is about augmenting result data through these extensions. How do you manage to keep the typings in sync with Prisma when altering the result data? I'm curious to see how your approach maintains this with augmented data structures