Alex Grigorovich
Results
1
comments of
Alex Grigorovich
Ran into the issue when trying to unit test some ORM-related code via `vitest`, here's what I came up with. The `useTransaction` function effectively spawns a call to `db.transaction()` in...