UNPKG

nestjs-transaction

Version:

A library that extracts and provides only some of the functions of the 'typeorm-transactional' npm module that are needed to operate in the Nestjs + TypeORM environment

9 lines 702 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TRANSACTION_EVENT_EMIMTTER = exports.TYPEORM_ENTITY_MANAGER_QUERY_RUNNER_NAME = exports.TYPEORM_DATA_SOURCE_NAME = exports.TYPEORM_DEFAULT_DATA_SOURCE_NAME = exports.TYPEORM_ENTITY_MANAGER_NAME = void 0; exports.TYPEORM_ENTITY_MANAGER_NAME = '@nestjs-transaction/entity-manager'; exports.TYPEORM_DEFAULT_DATA_SOURCE_NAME = 'default'; exports.TYPEORM_DATA_SOURCE_NAME = '@nestjs-transaction/data-source'; exports.TYPEORM_ENTITY_MANAGER_QUERY_RUNNER_NAME = '@nestjs-transaction/entity-manager-query-runner'; exports.TRANSACTION_EVENT_EMIMTTER = '@nestjs-transaction/event-emitter'; //# sourceMappingURL=constants.js.map