Hacker News new | ask | show | jobs
by bob1029 638 days ago
> a SQLite database file which is then replaced on a scheduled basis.

You could look into WAL replication if you wanted an efficient way to update the copies. Something like Litestream.

1 comments

litestream is great. Dead simple and rock solid IME.