Hey guys - looking into evaluating Prisma. I have ...
# orm-help
r
Hey guys - looking into evaluating Prisma. I have a use case that based on inserts and updates, I need to put a message on a queue for downstream services to consume from. I know Prisma offers functions, but is writing to a queue possible?
h
You can do this operation in your application server.
r
Can you elaborate?