sqlite_modern_cpp icon indicating copy to clipboard operation
sqlite_modern_cpp copied to clipboard

Serialized Mode of Sqlite3

Open mukand opened this issue 2 years ago • 0 comments

Does the repo support Serialized mode of Sqlite3 : https://www.sqlite.org/threadsafe.html ? We want to create a pool of sqlite connections which can be shared by multiple threads on both iOS and Android

mukand avatar Jan 09 '23 15:01 mukand