Tag indexeddb

IndexedDB, a Look Transaction Performance

I’ve been working on a webapp, which will support offline access. So, after fetching data from the network, I save it to a local store on the client. In my first request, I was saving just over 600 records, and…

From LocalStorage to indexedDB

While rewriting an offline capable webapp, I decided to update the offline storage mechanism from the very easy to use LocalStorage, to indexedDB, a real client database. When writing the app, initially I wasn’t concerned with building the most scalable…