/transactional-prisma

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

Primary LanguageTypeScript

Transactional + Prisma Logo

Seamlessly integrates transactions into your application using Node.js Async Local Storage API.

NPM Version Package License NPM Downloads

Description

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

Please read the docs for more information Transactional Documentation | Prisma.