Is there a problem with using multi-threaded software with an SQLite database? This bank will only have one connection, however the software that will access it is multi-threaded (application server). Is there a problem? Is the SQLite library capable of managing the commands for this connection?