DEV Community

Discussion on: Choosing the right frontend database for a single page application

Collapse
 
radex profile image
Radek Pietruszewski

I got the same feeling during my experiments. It's a shame that this seems to be the case. Would be cool if IndexedDB would behave more like a real database rather than a fancy version of localstorage.

Agreed. It's a shame that WebSQL got ditched -- it was very powerful, and fast, too.

The changes don't seem to be available in the latest npm version yet. How would you recommend to go about testing them (which of the new pre-releases should I use)?

Try v0.15.0-8 -- and if that doesn't work, v0.15.0-7 — you should be able to insert tens of thousands of records per second with the latest changes -- but even more optimizations are coming.

Thread Thread
 
johannesjo profile image
Johannes Millan

Thank you! I'll give it another go!