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.