Thanks for this great library.
I current have my settings stored in the database.
I am having a problem where I am using a Database transaction, and the setting does not save, it will only save if I do it outside of the transaction.
Is this a limitation with this package that you cannot save settings (in database) using a DB Transaction?
Thanks