I was looking for a wrapper library for indexedDB that can store data.
(Specific use is for a JavaScript cordova app but one that can also work in the browser)
I have found LokiJS which seems feasible. However, LokiJS says it's an:
In-memory JavaScript Datastore with Persistence
But I don't understand what "in-memory" means. I tried googling, looking around, but couldn't find a concise explanation...
How is "in-memory" indexedDB different from regular indexedDB?