databaseConfig
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).