Function config

Sets a configuration option.

void config(Args...) (
  int code,
  Args args
);

Use before initialization, e.g. before the first call to initialize and before execution of the first statement.

See Also

http://www.sqlite.org/c3ref/config.html.