I’m using the lib by Matthew Leibowitz. I have been checking it and it seems it doesn’t support transactions. I can only see a BeginTransaction method but thenre’s no EndTransaction/Commit counterpart. Has anybody been able to use transactions with this lib?.
Thanks in advance.
BeginTransactionreturns a transaction object, on which you can callCommit.