Optional ReadonlydeterministicIf true, sets the SQLITE_DETERMINISTIC flag.
Optional ReadonlydirectIf true, sets the SQLITE_DIRECTONLY flag.
Optional ReadonlyuseIf true, converts integer arguments to BigInts.
Optional ReadonlyvarargsIf true, allows function to be invoked with variable arguments.
Configuration options for creating SQLite user-defined functions. Used with
DatabaseSync.function()to customize function behavior.