Persist
Simple data store library
Simple
Persist has a simple API allowing you to easily save data in your game.
Session locking
Session locking reduces data loss by not allowing multiple servers to be able to write to the same data.
Promises
Persist uses promises for all of its asynchronous functions.