© 2026 Hedgehog Software, LLC
prisma.$on('query', (e) => { console.log('Query: ' + e.query) console.log('Params: ' + e.params) console.log('Duration: ' + e.duration + 'ms') })
const extendedPrisma = prisma .$extends({ result: { user: { fullName: { needs: { name: true, surename: true }, compute(data) { return data.name + " " + data.surname }, }, }, }, })
Join the Discord to ask follow-up questions and connect with the community
Rails-like framework for React, Node.js and Prisma. Build your app in a day and deploy it with a single CLI command.
4,603 Members