Transactions for MongoDB – JavaScript

Fawn provides the ability to carry out edits on a mongoDB database as a series of steps. If an error occurs on any of the steps, the database is returned to it’s initial state (it’s state before the transaction started). Read more

Similar