|
|
|
|
|
by Quarrelsome
261 days ago
|
|
it's not the correct solution for multiple users. If you want that then you should be running a database as a service. > If there are many client programs sending SQL to the same database over a network, then use a client/server database engine instead of SQLite. https://www.sqlite.org/whentouse.html |
|