kriszyp / lmdb-js

Simple, efficient, ultra-fast, scalable data store wrapper for LMDB
Other
481 stars 39 forks source link

Just an FYI: lmdb-localstorage #218

Open anywhichway opened 1 year ago

anywhichway commented 1 year ago

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 commented 1 year ago

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

kriszyp commented 1 year ago

Nice job, this looks really cool!

anywhichway commented 1 year ago

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: @.***>