https://github.com/pilagod/uow-template
An util for Unit of Work pattern implementation
https://github.com/pilagod/uow-template
transaction unit-of-work unit-of-work-pattern uow
Last synced: 10 months ago
JSON representation
An util for Unit of Work pattern implementation
- Host: GitHub
- URL: https://github.com/pilagod/uow-template
- Owner: pilagod
- License: mit
- Created: 2018-11-04T06:40:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T15:41:51.000Z (about 7 years ago)
- Last Synced: 2025-02-01T20:35:48.062Z (11 months ago)
- Topics: transaction, unit-of-work, unit-of-work-pattern, uow
- Language: TypeScript
- Homepage: https://github.com/pilagod/uow
- Size: 123 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
uow-template
[](https://travis-ci.org/pilagod/uow-template)
[](https://coveralls.io/github/pilagod/uow-template?branch=master)
============
An util for Unit of Work pattern implementation
@CAVEAT: This is an **abstract** util for Unit of Work, to bridge this into real world, please check out the [Examples](#Examples) section.
Installation
------------
```sh
npm install uow-template
```
Examples
--------
There are some pacakges demonstrate how to use and take advantage of `uow-template`:
* [uow-typeorm](https://github.com/pilagod/uow-typeorm)
* [uow-sequelize](https://github.com/pilagod/uow-sequelize)
License
-------
© Chun-Yan Ho (pilagod), 2018-NOW
Released under the [MIT License](https://github.com/pilagod/uow-template/blob/master/LICENSE)