- Aug 22, 2017
- 297
- 611
- 221
I was actually using HTML5 WebStorageApi which really isn't a "database". It's just stores a value to a "key". I personally have not had any problems with this method but it appears using it was a large mistake. Sqlite is far more robust and feature rich. Makes it easier to sort, add, update, and delete batches.What database type were you using before? I'm just curious because I used to be a data analyst and have used SQL a fair amount.
Thanks