In this video I explain how to use Indexed DB to create a database in your browser cache, save to it, access that data, and finally delete that database. These basic functions should give you a good start on learning how to use Indexed DB to do some really cool stuff. The Indexed DB API is built right into your browser, so you don't need anything more than a text editor and a browser to recreate the working example! How cool is that?!
Check out the source code here: https://github.com/pothonprogramming/...
And the working example here: https://pothonprogramming.github.io/c...