SqliteLoadOptions
type SqliteLoadOptions = Pick<SqliteOfficialOptionsBase,
| "opfs"
| "wasmPath"
| "opfsProxyPath"
| "locateFile"
| "print"
| "printErr"
| "cacheSizeKb"
| "batchTimeout"
| "opfsFallback">;
Defined in: packages/rxdb-adapter-sqlite/src/sqlite-official.interface.ts:35