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

Viewed 91

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

1 Answers

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

Related