New ask Hacker News story: Interest in SQL with IndexedDB and Web Storage in Web Browsers?

Interest in SQL with IndexedDB and Web Storage in Web Browsers?
3 by taehoon | 3 comments on Hacker News.
I shared my project, GlueSQL, for the first time yesterday night in my time zone, and I was a bit sad to see no reactions. I know that can happen, but there's something I'm really wondering about. In our newest version, we've added a cool feature. Now you can use SQL in web browsers with in-memory, localStorage, sessionStorage, and IndexedDB. Even better, you can make tables in different storages and join them all together. This was a big reason why I started GlueSQL, so I thought lots of people would be interested. But so far, not much response. Don't people want to use SQL with the storage options that are already in their web browsers? Personally, I think this would be super useful for building complex web front-end applications.

Comments