TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

AlaSQL.js – JavaScript SQL Database for Browser and Node.js

120 点作者 truth_seeker超过 6 年前

6 条评论

untog超过 6 年前
This is very cool. But Github tells me that the minified version is still over 400KB.<p>I really wish browsers hasn&#x27;t decided against WebSQL and replaced it with IndexedDB.
评论 #18902821 未加载
评论 #18902825 未加载
评论 #18903074 未加载
评论 #18904104 未加载
评论 #18903583 未加载
评论 #18902954 未加载
评论 #18904504 未加载
评论 #18903597 未加载
Keverw超过 6 年前
I am researching for a project idea I have and was actually looking up in memory SQL databases for node last night to store and sort data instead of creating a object and custom functions to filter it.<p>I came across <a href="https:&#x2F;&#x2F;nanosql.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nanosql.io&#x2F;</a> also which I am leaning more towards. Not to the point yet to play with either yet but it seemed like nanosql had better documentation and also less issues opened on Github right now.<p>Kinda odd how when you look up things or think of things you see signs of them... Just wow&#x27;ed to see something I was looking at last night be #4 on the HN homepage... I know people talk about positivity and the law of attraction but starting to believe more and more in it where thoughts and focus becomes reality.
评论 #18903678 未加载
RobinL超过 6 年前
Interesting that Mike Bostock posted this today: <a href="https:&#x2F;&#x2F;beta.observablehq.com&#x2F;@mbostock&#x2F;sqlite" rel="nofollow">https:&#x2F;&#x2F;beta.observablehq.com&#x2F;@mbostock&#x2F;sqlite</a><p>I&#x27;m not sure how the two compare...
dukoid超过 6 年前
Persistence seems to be via files... So I suppose just as for Lovefield, all the data needs needs to be loaded before use? This also seems to make sharing between tabs tricky?
babaganoosh89超过 6 年前
Does this use web workers to access the db? Otherwise I&#x27;d worry about queries blocking the main thread, especially as the database gets larger.
Elect2超过 6 年前
Maybe better for hybrid app dev.