Comment on Why IndexedDB is slow and what to use insteadComments−504yAlternatively, there's localForage[1][2].1. https://localforage.github.io/localForage/ 2. https://github.com/localForage/localForage−typingmonkeyOP4yLocalForage is similar slow as IndexedDBhttps://pubkey.github.io/client-side-databases/database-comp...−dspillett4yMaybe there is a case for LocalForage to use Absurd-SQL as mentioned elsewhere in the thread (https://news.ycombinator.com/item?id=29314766#29315976). It's data access layers all the way down...
Comments
Alternatively, there's localForage[1][2].
1. https://localforage.github.io/localForage/ 2. https://github.com/localForage/localForage
LocalForage is similar slow as IndexedDB
https://pubkey.github.io/client-side-databases/database-comp...
Maybe there is a case for LocalForage to use Absurd-SQL as mentioned elsewhere in the thread (https://news.ycombinator.com/item?id=29314766#29315976). It's data access layers all the way down...