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