codebandits / beak

a functional Kotlin SQL DSL
MIT License
5 stars 1 forks source link

New Transaction Model #10

Closed lnhrdt closed 6 years ago

lnhrdt commented 6 years ago

Reworked transactions to simplify transaction usage while also allowing multiple operations to be grouped in an outer transaction to link rollbacks.

In particular, see TransactionRollbackTest.kt to understand the motivation for this approach.


Also worth noting: