TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: HTML5 Database using data-attributes (very raw – proof of concept).

1 pointsby olso4052about 11 years ago

2 comments

olso4052about 11 years ago
A few follow up notes:<p>GitHub repo here - <a href="https://github.com/TGOlson/html5-data-base" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;TGOlson&#x2F;html5-data-base</a><p>Save link doesn&#x27;t work. Right now it just logs all the &#x27;db&#x27; data in the console. I&#x27;m thinking I&#x27;ll need to implement a back-end to be able to save the updated pages, but totally open to suggestions.
codezabout 11 years ago
Kinda cool.<p>But I&#x27;m not sure I understand the reasoning for this though.<p>Essentially, you&#x27;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&#x27;d surely just opt to be using mongoDB no?
评论 #7375161 未加载