UnityMVR / umvr

Unity on Rails
MIT License
0 stars 0 forks source link

Add support for "transactions" in Repository #14

Open Pindwin opened 1 year ago

Pindwin commented 1 year ago

Similar to SQL, with Begin, Commit, Rollback interface. Commit does current Repository.SuppressNotifications = false, Rollback does the opposite - uses queue to dispose of models and clears the queue.