csrdelft / orm

The creatively named object-relational mapping library for csrdelft.nl
https://csrdelft.github.io/orm/
MIT License
3 stars 1 forks source link

Multilevel database transactions #9

Open qurben opened 7 years ago

qurben commented 7 years ago

With MySql SAVEPOINTs it is possible to create multilevel database transactions.

After setting a savepoint you can rollback to that savepoint while you are still in a transaction.