I run tests with a debugger against the db using transactions. Sometimes, when I hit a breakpoint, I would want to look around in the database using the same transaction my test currently is using, see what its code is seeing. I know, I can access the db via the debugger, but some straightforward SQL sometimes would be less complicated.
Is this possible, somehow?