Using SQLite databases on different machines as a single virtual database
You can use separate SQLite database on different machines as a single virtual database by using the attach command in SQLite. I read about the technique here: For this example let’s use the simplest possible database. A contact database…