@sqlrooms/duckdb / DuckDBConfig
Interface: DuckDBConfig
Properties
path?
optionalpath:string
The database path
accessMode?
optionalaccessMode:DuckDBAccessMode
The access mode
maximumThreads?
optionalmaximumThreads:number
The maximum number of threads. Note that this will only work with cross-origin isolated sites since it requires SharedArrayBuffers.
useDirectIO?
optionaluseDirectIO:boolean
The direct io flag
query?
optionalquery:DuckDBQueryConfig
The query config
filesystem?
optionalfilesystem:DuckDBFilesystemConfig
The filesystem config
allowUnsignedExtensions?
optionalallowUnsignedExtensions:boolean
Whether to allow unsigned extensions
arrowLosslessConversion?
optionalarrowLosslessConversion:boolean
Whether to use alternate Arrow conversion that preserves full range and precision of data.
customUserAgent?
optionalcustomUserAgent:string
Custom user agent string
opfs?
optionalopfs:DuckDBOPFSConfig
opfs string
