TanmoySG / wunderDB

A micro JSON-based Data Store inspired by MongoDB.
http://wdb.tanmoysg.com/api/
Apache License 2.0
11 stars 0 forks source link

Apply Mutex lock on Entities #119

Closed TanmoySG closed 1 year ago

TanmoySG commented 1 year ago

Closes #118

Mutex lock on entities allows to keep all data operations discrete, independent of each other and atomic.