|
|
|
|
|
by sgbeal
742 days ago
|
|
> I've never seen SQLite used in a setup which multiple machines connect to the same database over a network. Noting that the sqlite developers recommend against such usage: https://sqlite.org/whentouse.html Section 3 says: 3. Checklist For Choosing The Right Database Engine - Is the data separated from the application by a network? → choose client/server |
|