An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

uow-typeorm
[![Build Status](https://travis-ci.org/pilagod/uow-typeorm.svg?branch=master)](https://travis-ci.org/pilagod/uow-typeorm)
[![Coverage Status](https://coveralls.io/repos/github/pilagod/uow-typeorm/badge.svg?branch=master)](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)