Question about middleware, I want to write another...
# prisma-client
s
Question about middleware, I want to write another `Event`record into the db after a create query has succeeded, is the right place for this logic 🤔
✅ 1
n
Yes, middleware is a great use case for exactly that kind of functionality 👌
👌 1
s
Thanks for the help!