Yamanlk / 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.
9 stars 0 forks source link

Transactional + Prisma Logo

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

<p align="center">

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.