|
|
|
|
|
by TehShrike
1774 days ago
|
|
> Every [IndexedDB] library I looked at was messy and made performance even worse Seconded – I was pretty dismayed when I saw the IndexedDB helper library landscape. I ended up making https://github.com/TehShrike/small-indexeddb which is ~50 lines to make it less onerous to work directly with the IDBObjectStore. |
|
https://github.com/jakearchibald/idb
It's basically a promise-based version of the standard API.