Search code examples
transactionsloopbackjs

Transaction support in Loopback4?


How to support transaction in Loopback4? Is there a decorator for the same, something like @Transaction?

I looked into the documentation here https://loopback.io/doc/en/lb4/Repositories.html but nothing is mentioned about the transaction.


Solution

  • LoopBack 4 does not support transactions out of the box. Please open a new GitHub issue to discuss how to implement this feature: