octo icon indicating copy to clipboard operation
octo copied to clipboard

Investigate alternatives to LocalForage

Open davidmyersdev opened this issue 2 years ago • 0 comments

All modern browsers support IDB. Using a library built specifically for IDB will simplify the CRUD operations we perform on documents. It will also help us to migrate away from storing all documents in memory at once.

  • https://github.com/dexie/Dexie.js
  • https://github.com/jakearchibald/idb

davidmyersdev avatar May 23 '22 20:05 davidmyersdev