Show HN: HTML5 Database using data-attributes (very raw – proof of concept).
1–4 of 4 posts
Re: Show HN: HTML5 Database using data-attributes (very raw – proof of concept).
#2GitHub repo here - https://github.com/TGOlson/html5-data-base
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.
Re: Show HN: HTML5 Database using data-attributes (very raw – proof of concept).
#3But I'm not sure I understand the reasoning for this though.
Essentially, you've created a way to parse and query objects using an object structure to hold them? so json.
Then I assume you are storing this in localStorage or something similar?
If you are going to go down the back end route though you'd surely just opt to be using mongoDB no?
Re: Show HN: HTML5 Database using data-attributes (very raw – proof of concept).
#4Kinda cool. But I'm not sure I understand the reasoning for this though. Essentially, you've created a way to parse and query objects using an object structure to hold them? so json. Then I assume you are storing this in localStorage or something similar? If you are going to go down the back end route though you'd surely just opt to be using mongoDB no?
I can't imagine at the moment any project where it would be used, but who knows, maybe someone would, or maybe not. Mainly just seeing what it possible to create and then seeing if there are any ideas to help take it away.