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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Turso SQLite Offline Sync Public Beta

222 点作者 charlieirish大约 2 个月前

15 条评论

ezekg大约 2 个月前
It'd be nice if the post went into how conflict resolution will (?) work because that's the hard part here and the main selling point imo.
评论 #43541448 未加载
评论 #43537590 未加载
评论 #43537889 未加载
评论 #43540353 未加载
billconan大约 2 个月前
This sounds great, but I have some questions regarding data integrity and security.<p>If I build an offline first app using Turso, will my client directly exchange data with the database, without a layer of backend APIs to guarantee data integrity and security? For example, certain db write is only permitted for certain users, but when the db API is exposed, will that cause problems? A concrete example would be a forum where only moderators can remove users and posts. Say if I build an offline first forum, can a hacker hack the database on the filesystem and utilize the syncing feature to propagate the hacked data to the server?
评论 #43540237 未加载
评论 #43537308 未加载
评论 #43537313 未加载
评论 #43539446 未加载
评论 #43536534 未加载
评论 #43536993 未加载
评论 #43536366 未加载
评论 #43537393 未加载
评论 #43536576 未加载
0x6c6f6c大约 2 个月前
Since enough comments seem to focus on consolidating writes and security issues, please see the post. They explicitly state this as something they&#x27;re working on.<p>&gt; we&#x27;re working hard on the following features: &gt; &gt; Automatic and manual conflict resolution<p>As such everything within this thread is conjecture unless otherwise informed by their work.
评论 #43551910 未加载
benwilber0大约 2 个月前
I just wrote a post about this kind of stuff and why it&#x27;s (almost always) nonsense. You will spend more time and effort trying to shoe-horn SQLite into a server database than you will ever get any benefits from.<p><a href="https:&#x2F;&#x2F;benwilber.github.io&#x2F;programming&#x2F;2025&#x2F;03&#x2F;31&#x2F;sqlite-is-great-for-what-it-is.html" rel="nofollow">https:&#x2F;&#x2F;benwilber.github.io&#x2F;programming&#x2F;2025&#x2F;03&#x2F;31&#x2F;sqlite-is...</a>
评论 #43541581 未加载
评论 #43541628 未加载
DaveMcMartin大约 2 个月前
I would like to test it with a large database to see how it handles a 3–5 GB database sync.<p>In the example, it shows syncing returning a promise. Is there no way to track the progress of the sync?
klabb3大约 2 个月前
What is the realtime and reactivity support in Turso? It’s starting to look attractive but do updates propagate automatically without polling?
评论 #43537577 未加载
srameshc大约 2 个月前
I really admire Turso. This Offline Sync is probably like ELectric offering but if it will work as anticipated , lot of read only data can be closed to the frontend and can improve performance and save cost.
joelkoen大约 2 个月前
&gt; Point-of-Sale Systems — process transactions regardless of internet connectivity<p>Mentioning this as an example use case is simply untrue, right?
评论 #43541719 未加载
anovick大约 2 个月前
Is Turso open-source? is libSQL open-source?
评论 #43537519 未加载
评论 #43543520 未加载
评论 #43536801 未加载
progx大约 2 个月前
Does it support type safety? Or exists an add &#x2F; module on top of turso that support it?
brikym大约 2 个月前
Does Turso have any plans to support streaming queries for real time applications?
shanth大约 2 个月前
how about gun.js with sqlite3 storage adapter <a href="https:&#x2F;&#x2F;github.com&#x2F;gundb&#x2F;sqlite" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gundb&#x2F;sqlite</a>
cheema33大约 2 个月前
What are some of the differences from Electric SQL?
评论 #43538468 未加载
senderista大约 2 个月前
LOL &quot;[conflict] resolution is not yet implemented&quot;
kmetan大约 2 个月前
Looks good, but i am fine with midas.dll