hi guys, is there a way to make a microservice con...
# orm-help
r
hi guys, is there a way to make a microservice connect directly to my prisma endpoint, so not the api layer but still listen for any create/update changes in the data via a sort of hook?
a
Note that you won't be able to listen for data changes caused by batch updates using this but still