A few follow up notes:<p>GitHub repo here - <a href="https://github.com/TGOlson/html5-data-base" rel="nofollow">https://github.com/TGOlson/html5-data-base</a><p>Save link doesn't work. Right now it just logs all the 'db' data in the console. I'm thinking I'll need to implement a back-end to be able to save the updated pages, but totally open to suggestions.
Kinda cool.<p>But I'm not sure I understand the reasoning for this though.<p>Essentially, you've created a way to parse and query objects using an object structure to hold them? so json.<p>Then I assume you are storing this in localStorage or something similar?<p>If you are going to go down the back end route though you'd surely just opt to be using mongoDB no?