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.

SQLite Rsync: Database Remote-Copy Tool for SQLite

75 pointsby Peter57 months ago

6 comments

vanous7 months ago
Thank you very much.<p>It would be useful to have dates for created and for edited on the articles. With the huge scope of the SQLite project, I have no idea whether this is historical, current, or upcoming.
评论 #41968711 未加载
rich_sasha7 months ago
Fantastic, looks like something I need! Some questions in case someone knows:<p>- is the source DB blocked in any way when this is running? E.g. is this like an ordinary read, or something different? I know WAL mode gives more concurrency but still writes are queued up in the wal file during a long read<p>- can this operate on a ~continuous basis? Or can I run it every few mins?<p>Thanks!
评论 #41970388 未加载
config_yml7 months ago
This is great, could be useful for keeping a standby up to date with a systemd timer&#x2F;cron.
ollybee7 months ago
It seems I have some scripts to update today
avinassh7 months ago
checkout Simon Willison&#x27;s notes if you want to know how to get this running and try: <a href="https:&#x2F;&#x2F;til.simonwillison.net&#x2F;sqlite&#x2F;compile-sqlite3-rsync" rel="nofollow">https:&#x2F;&#x2F;til.simonwillison.net&#x2F;sqlite&#x2F;compile-sqlite3-rsync</a>
rrevi7 months ago
Which now begs the question, sqlite3_rsync vs Litestream[0]?<p>[0] <a href="https:&#x2F;&#x2F;litestream.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;litestream.io&#x2F;</a>
评论 #41969217 未加载
评论 #41969370 未加载