Search code examples
node.jstypeormabort

Can I abort DB operation / transaction in TypeORM using AbortSignal?


Is there a built-in TypeORM feature for aborting DB operation using AbortSignal?


Solution

  • It looks like there is no such feature, I opened an issue (TypeORM#8552) in GitHub requesting this feature.