What is the nature of Prisma's dependency on `asyn...
# orm-help
d
What is the nature of Prisma's dependency on
async_hooks
? Follow up question - can it be circumvented? I'm assuming the answer to the second question is "no". The reason I'm asking is because I'm attempting to migrate my app off of Meteor by incrementally adopting Prisma to replace Meteor collections. Meteor, unfortunately, uses fibers and can lead to memory leaks when used with
async_hooks
. We could move forward with one massive commit that introduces Prisma and removes Meteor, but incremental adoption would be preferable. Incremental adoption poses the problem of adding
async_hooks
into a Meteor environment, which leads to my questions above. Thanks!
1
n