Up

_sqliteThreadsafe

Threading state : strictly defined at the compile-time. To change this, the library must be recompiled.

However, the sqlite developers don't recommend modes 1 and 2. See the FAQ : http://www.sqlite.org/faq.html (" Is SQLite threadsafe? " answer 6).

Prototype :

fun [] I

Return : I 0 if mono-thread, 1 if serialized, 2 if multi-thread.

See also :

_sqliteOpenFileEx

Example :