|
|
|
|
|
by bob1029
538 days ago
|
|
SQLite really isn't meant to be used exactly like a hosted solution. I don't know who is advocating for this. If you are sharing your database between processes or machines, you are probably doing "the fancy new SQLite thing" wrong. If you need to share information contained in a SQLite database with other processes or machines, you can write application-level code to handle this concern. |
|
For example, LAMP stack applications could swap the M for SQlite (and I think it would have been better historically if they did).