3
Are there problems using multi-threaded software with an Sqlite database? This database will only have one connection, but the software that will access it is multi-thread (application server). Is there a problem? The Sqlite library is able to manage the commands of this connection?