UNPKG

@myfunc/prisma-transactional

Version:

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

4 lines (3 loc) 154 B
export const TX_CLIENT_KEY = 'txClient'; export const TX_CLIENT_SUCCESS_CALLBACKS = 'txClientSuccessCallbacks'; export const TRANSACTION_TIMEOUT = 60000;