lmdb-js icon indicating copy to clipboard operation
lmdb-js copied to clipboard

Just an FYI: lmdb-localstorage

Open anywhichway opened this issue 2 years ago • 3 comments

Thought you might be interested in https://github.com/anywhichway/lmdb-localstorage.

I really like LMDB, too bad there is no synchronous get storage in WebWorkers and ServiceWorkers.

Do you think there would be an interest in an async only implementation on top of IndexedDB that could sync with a server version?

anywhichway avatar Mar 24 '23 17:03 anywhichway

I have pushed out a version using IndexedDB: https://www.npmjs.com/package/lmdb-indexeddb

anywhichway avatar Apr 13 '23 14:04 anywhichway

Nice job, this looks really cool!

kriszyp avatar Apr 14 '23 02:04 kriszyp

Thanks!

Take a look lmdb-query (which i personally think is the cooler thing ;-) and also lmdb-cluster. With cluster I can properly test lmdb-indexeddb with a REST back end, plus take it to the next level with sockets.

On Thu, Apr 13, 2023, 7:43 PM Kris Zyp @.***> wrote:

Nice job, this looks really cool!

— Reply to this email directly, view it on GitHub https://github.com/kriszyp/lmdb-js/issues/218#issuecomment-1507851325, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABF2USZSARMJOI3S37XT6O3XBC2UFANCNFSM6AAAAAAWG24C4Y . You are receiving this because you authored the thread.Message ID: @.***>

anywhichway avatar Apr 14 '23 04:04 anywhichway