ConfigurationScope
Exposes SQLite configuration API.
Properties
Functions
Enables or disables the use of covering indices for full table scans in the query optimizer.
Sets the default maximum size for an in-memory database created using sqlite3_deserialize().
Sets the default lookaside size.
Enables or disables the collection of memory allocation statistics.
Sets the default mmap size limit a,d the maximum allowed mmap size limit.
Sets the threading mode to Multi-thread.
Sets the "Minimum PMA Size" for the multithreaded sorter to szPma.
Sets the threading mode to Serialized.
Sets the threading mode to Single-thread.
Sets wheter SQLite should avoid large memory allocations if possible.
Sets the logging interface for SQL logging.
Sets the statement journal spill-to-disk threshold.
Enables or disables global URI handling.