Function sqlite3_config

Source
pub unsafe fn sqlite3_config(op: c_int, arg: c_int) -> c_int
Expand description

Used to make global configuration changes to SQLite in order to tune SQLite to the specific needs of the application. The default configuration is recommended for most applications and so this routine is usually not necessary. It is provided to support rare applications with unusual needs.

See https://www.sqlite.org/c3ref/config.html

Currently only one parameter is supported. Add more if needed.