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

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

Awesome Lists containing this project

README

          

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