(no title)
vlakreeh | 2 years ago
Very cool library for read-centric use cases but I'd be very careful using this for use cases with frequent writes.
vlakreeh | 2 years ago
Very cool library for read-centric use cases but I'd be very careful using this for use cases with frequent writes.
baby|2 years ago
I know they provide different features but I just needed a nosql type of storage so I didn’t care.
unknown|2 years ago
[deleted]
wombarly|2 years ago
Ofc its a different matter if you write to the same key in the same file. But that could be solved with special method that allows you to do a setOrUpdate on a key in the json and when retrying the update method is executed again (allowing you to do increments or add a new item to an array) while guaranteeing consistency.
danielheath|2 years ago