|
|
|
|
|
by amtamt
382 days ago
|
|
> This is the approach I've taken with SQLite in production environments. Turn on WAL and the problem gets even easier to solve. A few months back a better solution was provided by SQLite: sqlite3_rsync https://www.sqlite.org/rsync.html |
|