UNPKG

typeorm-transactional-async-callbacks

Version:

A Transactional Method Decorator for typeorm that uses cls-hooked to handle and propagate transactions between different repositories and service methods. Inpired by Spring Trasnactional Annotation and Sequelize CLS

6 lines 217 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.storage = void 0; var storage_1 = require("./storage"); exports.storage = new storage_1.Storage(); //# sourceMappingURL=index.js.map