|
|
|
|
|
by vlakreeh
934 days ago
|
|
I highly recommend anyone using this to use a Durable Object https://developers.cloudflare.com/durable-objects/ for writes as this project doesn't seem to have consistency guarantees. If the Worker that writes to a collection happens to both do a write at the same time the data will be whatever the last Worker to write set it to. Very cool library for read-centric use cases but I'd be very careful using this for use cases with frequent writes. |
|
I know they provide different features but I just needed a nosql type of storage so I didn’t care.