Preparing search index...
The search index is not available
DuckDB-WASM
DuckDB-WASM
index
DuckDBOPFSConfig
Interface DuckDBOPFSConfig
interface
DuckDBOPFSConfig
{
fileHandling
?:
"auto"
|
"manual"
;
}
Index
Properties
file
Handling?
Properties
Optional
file
Handling
file
Handling
?:
"auto"
|
"manual"
Defines how
opfs://
files are handled during SQL execution.
"auto": Automatically register
opfs://
files and drop them after execution.
"manual": Files must be manually registered and dropped.
Settings
Member Visibility
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
file
Handling
DuckDB-WASM
Loading...
Defines how
opfs://
files are handled during SQL execution.opfs://
files and drop them after execution.