Level / level

Universal abstract-level database for Node.js and browsers.
MIT License
1.55k stars 106 forks source link

Insert Lock, Read Lock, Dead Lock Concatency Control #202

Closed omymy1 closed 3 years ago

omymy1 commented 3 years ago

Future Request- Please implement Insert Lock, Update Lock, Read Lock, Dead Lock etc Concatency Control. because if two user want to update same key value then it makes problem. Please add this feature is already implemented then let me know.

vweevers commented 3 years ago

See prior discussions: https://github.com/Level/levelup/issues/691, https://github.com/Level/community/issues/47, https://github.com/Level/levelup/issues/133, https://github.com/Level/levelup/issues/381.

And prior art: https://github.com/Level/awesome#atomicity.

omymy1 commented 3 years ago

Is that feature already implemented in level/leveldown or not please answer me?