drizzle-transaction-context
JSON →Provides implicit and execution-scoped transactions/savepoints for drizzle-orm using Node.js async_hooks. Current stable version is 0.2.7. Release cadence is irregular; updates depend on community contributions. Key differentiator: avoids blocking transactions across functions/files/services, supports decorator-based AOP (@Transactional/@SavePoint), and includes a safe mode to catch common mistakes. Requires drizzle-orm ^0.44.7 and Node.js >=18. Works in Bun/Deno as well.