|
|
|
|
|
by Pepe1vo
1080 days ago
|
|
Coincidentally I had to solve this problem at work a few weeks ago. I don't know how (or if) other ORMs deal with this, but for TypeORM it was relatively painless to implement optimistic concurrency[0] along with transactions at function-scope level which all but eliminates this issue. [0]https://en.wikipedia.org/wiki/Optimistic_concurrency_control |
|