https://github.com/pilagod/uow-typeorm
Unit of Work pattern implementation for TypeORM
https://github.com/pilagod/uow-typeorm
transaction typeorm unit-of-work unit-of-work-pattern uow
Last synced: 4 months ago
JSON representation
Unit of Work pattern implementation for TypeORM
- Host: GitHub
- URL: https://github.com/pilagod/uow-typeorm
- Owner: pilagod
- License: mit
- Created: 2018-11-05T06:02:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T15:35:28.000Z (over 6 years ago)
- Last Synced: 2025-02-01T18:16:23.261Z (5 months ago)
- Topics: transaction, typeorm, unit-of-work, unit-of-work-pattern, uow
- Language: TypeScript
- Homepage: https://github.com/pilagod/uow-typeorm
- Size: 127 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
uow-typeorm
[](https://travis-ci.org/pilagod/uow-typeorm)
[](https://coveralls.io/github/pilagod/uow-typeorm?branch=master)
===========Unit of Work pattern implementation for [TypeORM](https://github.com/typeorm/typeorm), based on [uow-template](https://github.com/pilagod/uow-template).
Installation
------------```sh
npm install uow-typeorm
```License
-------© Chun-Yan Ho (pilagod), 2018-NOW
Released under the [MIT License](https://github.com/pilagod/uow-typeorm/blob/master/LICENSE)