blinkdb-js / blinkdb

🗃️ An in-memory JS database optimized for large scale storage on the frontend.
https://blinkdb.io
MIT License
119 stars 10 forks source link

cross session, browser-refresh persistence with indexedDB? #35

Open ericvida opened 11 months ago

ericvida commented 11 months ago

It would be really useful if BlinkDB, could have browser-refresh persistence built-in. I believe Dexie.js does this with Indexed DB. I managed to add persistence my BlinkDB app using IndexedDB, but it took a bit of work, since I'm not a super experienced js dev.

maradotwebp commented 11 months ago

it's on the roadmap, after the v1.0 release ^^