Small TypeOrm Persist Thread implement unit of work like a lot of modern ORMs for type-orm. Benefits : It optimize the persist flow by grouping orders in single request resulting in less db load and faster response You can use multi connections persist if your persist is not a transaction It push you orders in a persist stack that you can flush in one time then even with no transation if your pro
TypeOrm Unit Of Work
sebk69·Dev.to··1 min read
D
Continue reading on Dev.to
This article was sourced from Dev.to's RSS feed. Visit the original for the complete story.