MongoDB transactions?

Posted by Arnis L. on Stack Overflow See other posts from Stack Overflow or by Arnis L.
Published on 2010-04-16T18:18:17Z Indexed on 2010/04/16 18:23 UTC
Read the original article Hit count: 552

Filed under:
|
|
|

Playing around with MongoDB and NoRM in .NET.

Thing that confused me - there are no transactions
(can't just tell MongoConnection.Begin/EndTransaction or something like that).

I want to use Unit of work pattern and rollback changes in case something fails.

Is there still a clean way how to enrich my repository with ITransaction?

© Stack Overflow or respective owner

Related posts about mongodb

Related posts about norm