SqliteModernCpp / sqlite_modern_cpp

The C++14 wrapper around sqlite library
MIT License
886 stars 154 forks source link

Serialized Mode of Sqlite3 #221

Open mukand opened 1 year ago

mukand commented 1 year ago

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