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

6 lines (5 loc) 440 B
export declare const TYPEORM_ENTITY_MANAGER_NAME = "@nestjs-transaction/entity-manager"; export declare const TYPEORM_DEFAULT_DATA_SOURCE_NAME: "default"; export declare const TYPEORM_DATA_SOURCE_NAME = "@nestjs-transaction/data-source"; export declare const TYPEORM_ENTITY_MANAGER_QUERY_RUNNER_NAME = "@nestjs-transaction/entity-manager-query-runner"; export declare const TRANSACTION_EVENT_EMIMTTER = "@nestjs-transaction/event-emitter";