UNPKG

@transactional/core

Version:

"@transactional/core" is an npm package that offers the core implementation of "@Transactional" method decorator for running your queries inside a transaction seamlessly. It achieves this by leveraging AsyncLocalStorage.

2 lines (1 loc) 33 B
export * from "./transactional";