@gemicart/prisma-express-wrapper
v0.0.6
Published
this module provides a prisma transaction wrapper that automatically wraps all router functions with prisma transactions. This ensures that all database operations performed within a router function are atomic and consistent.
Downloads
24
Readme
prisma-express-wrapper
This module provides a prisma transaction wrapper that automatically wraps all express.js router functions with prisma transactions. This ensures that all database operations performed within a router function are atomic and consistent.