Skip to content

Commit

Permalink
Readme. Add npm url
Browse files Browse the repository at this point in the history
  • Loading branch information
myfunc authored Jun 30, 2024
1 parent b40cd71 commit fe18757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# @myfunc/prisma-transactional
[![npm version](https://img.shields.io/npm/v/@myfunc/prisma-transactional.svg)](https://www.npmjs.com/package/@myfunc/prisma-transactional)
[![downloads](https://img.shields.io/npm/dm/@myfunc/prisma-transactional.svg)](https://www.npmjs.com/package/@myfunc/prisma-transactional)

Package contains @PrismaTransactional decorator that wraps all prisma queries along **the whole call stack** to a single transaction. In case of overlapping several transactions they will be merged.

Expand Down

0 comments on commit fe18757

Please sign in to comment.