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.

Turso SQLite Offline Sync Public Beta

222 pointsby charlieirishabout 2 months ago

15 comments

ezekgabout 2 months ago
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 未加载
billconanabout 2 months ago
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 未加载
0x6c6f6cabout 2 months ago
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 未加载
benwilber0about 2 months ago
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 未加载
DaveMcMartinabout 2 months ago
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?
klabb3about 2 months ago
What is the realtime and reactivity support in Turso? It’s starting to look attractive but do updates propagate automatically without polling?
评论 #43537577 未加载
srameshcabout 2 months ago
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.
joelkoenabout 2 months ago
&gt; Point-of-Sale Systems — process transactions regardless of internet connectivity<p>Mentioning this as an example use case is simply untrue, right?
评论 #43541719 未加载
anovickabout 2 months ago
Is Turso open-source? is libSQL open-source?
评论 #43537519 未加载
评论 #43543520 未加载
评论 #43536801 未加载
progxabout 2 months ago
Does it support type safety? Or exists an add &#x2F; module on top of turso that support it?
brikymabout 2 months ago
Does Turso have any plans to support streaming queries for real time applications?
shanthabout 2 months ago
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>
cheema33about 2 months ago
What are some of the differences from Electric SQL?
评论 #43538468 未加载
senderistaabout 2 months ago
LOL &quot;[conflict] resolution is not yet implemented&quot;
kmetanabout 2 months ago
Looks good, but i am fine with midas.dll