SQLiteServer is a multithreaded TCP/IP server for SQLite. It has the same API as the SQLite database engine.
To connect to the server use "sqlite3_open_v2()" function where the filename argument is "username:password@host[:port]/filename"
For testing place "test.sqlite" and "security.sqlite" in the same directory as "sqliteserver.exe"