UNPKG

@myfunc/prisma-transactional

Version:

Decorator that wraps all prisma queries along the whole call stack to a single transaction.

4 lines (3 loc) 178 B
export declare const TX_CLIENT_KEY = "txClient"; export declare const TX_CLIENT_SUCCESS_CALLBACKS = "txClientSuccessCallbacks"; export declare const TRANSACTION_TIMEOUT = 60000;