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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

"@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.


Languages

Language:TypeScript 100.0%