persister-indexed-db
The persister-indexed-db
module of the TinyBase project lets you save and load Store
data to and from browser IndexedDB storage.
See also
Persisting Data guide
createIndexedDbPersister
The createIndexedDbPersister
function creates a Persister
object that can persist the Store
to the browser's IndexedDB storage.