sled icon indicating copy to clipboard operation
sled copied to clipboard

Documenting the story with `async` handling

Open czocher opened this issue 3 years ago • 4 comments

Use Case:

Using sled with async is not well documented.

Proposed Change:

Sled should have a readme section or (better) an example of handling it in an async case when the database is not in-memory.

Who Benefits From The Change(s)?

People using sled as storage with webservices, which are mostly asynchronous at this moment.

Alternative Approaches

Add some special in-code handling of async, but that's unnecessary in my opinion.

czocher avatar Dec 11 '22 20:12 czocher

@czocher any updates on this?

flipchan avatar Feb 22 '24 19:02 flipchan

@flipchan sled seems mostly unmaintained, the authors moved to a different kv store implementation. I urge you to reconsider choosing this library for this reason alone.

czocher avatar Feb 23 '24 09:02 czocher

@flipchan sled seems mostly unmaintained, the authors moved to a different kv store implementation. I urge you to reconsider choosing this library for this reason alone.

@spacejam any comments??

flipchan avatar Apr 15 '24 22:04 flipchan

@czocher sled is being furiously ~~updated~~rewritten in the https://github.com/spacejam/sled/tree/project_bloodstone branch.

qm3ster avatar Apr 19 '24 15:04 qm3ster