Skip to content

Implement transaction support for IDatabaseConnection

Daniel Sonck requested to merge acceptance/feature/improve-db into main
  • Add Transaction function taking an async function that receives an IDatabaseTransaction object. This allows the function to run code inside a transaction, any failure will roll back, returning will commit
  • Convert all mx-puppet-bridge SQL code to use Transaction

Closes: #1 (closed)

Merge request reports