|
|
|
|
|
by judofyr
1496 days ago
|
|
Each server would have one copy of the SQLite database. Only one of the server would support writes — and those write will be replicated to the other server. Reads in the other server will be transactionally safe, but might be slightly out of date. |
|