cleaning a db

19 Dec 2017

Today I learned about cursors. It’s a way to mark the objectStore and from then you can keep or delete data.

What I needed:

Valuable docs and videos: Sarah Clarke’s course on IndexDB

Another Sarah Clarke’s course (almost the same, but I could focus more on the slides)

The unavoidable MDN doc

and indications on Jake Archibald’s github

Might be valuable later:

storing images and files

And lots of info I need for this course: Google Study Guide