compileOptions

Queries a list of the compile-time options used to build the SQLite library.

This pragma returns a cursor with one column named compile_option, where each row contains a string in the format OPTION_NAME=VALUE. This is useful for determining which features are enabled in the current SQLite build (e.g., THREADSAFE=1, ENABLE_FTS5).

Author

MOHAMMAD AZIM ANSARI

See also