Is your feature request related to a problem? Please describe.
If you want to provide your own transaction (say, if you updating multiple tables), having the default transaction prevents it.
Describe the solution you'd like
Add a "useTransaction" parameter for each of the methods that defaults to true to retain existing behavior.
Describe alternatives you've considered
Writing the queries manually, but then we lose out on the cleaner interface these methods provide.
Additional context
That's about it!