databaseConfig

fun databaseConfig(op: Int, value: Int)(source)

Configures a database connection using sqlite3_db_config. This is intended for boolean-style configuration options such as SQLITE_DBCONFIG_DEFENSIVE (1010).

Parameters

op

the configuration option.

value

the value to set (typically 0 or 1).