From sqlite documentation about multi-threading, it says that multi-threading must be enabled at compile time. If yes, then one can choose which thread-safety level to use (including single-threading), otherwise all the threading option will return error at run-time.
So the quick question - is the built-in sqlite in Tizen, compiled with multi-threading support? I hope it does, so I can avoid embedding my own sqlite.c into the project.
Platform: Tizen Wearable 2.3.2, Gear S3.
cheers!