arxanas / smashtraining

Spaced repetition trainer for Super Smash Bros. Ultimate techniques.
https://ssb.fit
MIT License
24 stars 7 forks source link

Migrate to PouchDB for storage #31

Open arxanas opened 4 years ago

arxanas commented 4 years ago

Currently, we use localStorage for all storage. This probably won't scale well if someone gets too much data.

PouchDB has a wrapper on top of indexedDB/webSQL. Additionally, it's designed for sync, just as the current state system is, so it's a natural fit.