"@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.
npm install @transactional/core
Seamlessly integrates transactions into your application using Node.js Async Local Storage API.
"@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.
Please read the docs for more information Transactional Documentation.
| Client | Description |
| :------------------------------------------------------------------------- | :----------------------------------- |
| @transactional/prisma | Transactional Support For Prisma ORM |