unit-of-work
Unit of Work pattern is used to group one or more operations (usually database operations) into a single transaction or “unit of work”, so that all operations either pass or fail as one. This utility is implemented in Typescript
Unit of Work pattern is used to group one or more operations (usually database operations) into a single transaction or “unit of work”, so that all operations either pass or fail as one. This utility is implemented in Typescript
Node-RED implements generalised connections manager.
Storage mechanism for the unit-of-work queue.
Unit of Work pattern implementation for Sequelize
Unit of Work pattern implementation for TypeORM
A locking mechanism designed for the UOW Queue
A RethinkDB storage driver for the Unit-of-Work Queue module.
An util for Unit of Work pattern implementation
Package support Unit of Work for Prisma ORM and NestJS