SQLite Replication with Beamer [video]
3 TiredOfLife 3 9/15/2025, 3:47:40 PM youtube.com ↗
Comments (3)
BinaryIgor · 3h ago
Unfortunately, as (I think) all SQLite replication solutions, it requires you to run a separate process on each app machine. It defeats the purpose of using SQLite in the first place; if I must have an additional process to monitor and maintain, I might as well just use Postgres or MySQL
TiredOfLife · 1h ago
But with Postgres or MySQL you have 2 additional processes to monitor: the database server and replication
BinaryIgor · 41m ago
...or you can just use managed variety and not have to worry about monitoring anything db-related