Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Use idb To Work With IndexedDB

Check out > idb - IndexedDB With Usability > https : //github.com/jakearchibald/idb >

This is a tiny (~1.19kB brotli'd) library that mostly mirrors the IndexedDB API, but with small improvements that make a big difference to usability.

The docs are pretty good, but I'll be writing up examples.

I used this for tunify. I had been working with IndexedDB directly, but it was a pain. This is way better and was last updated in Nov. 2023 as of press time