Fawn – Node.js Library for transactions across multiple MongoDB collections

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 its initial state (its state before the transaction started). It’s based on the two phase commit s… Read more

Similar