multithreading - C# - Enable Multi-thread mode in SQLite -
how enable multi-thread mode in sqlite? trying in run-time selection can't find out how it. trying sqliteconnectionflags can't find flag it. can provide me simple example? have no idea how compile-time or start-time selection also.
official documentation: https://www.sqlite.org/threadsafe.html
Comments
Post a Comment