Preparing search index...
The search index is not available
lupdo-sqlite
lupdo-sqlite
SqliteOptions
Interface SqliteOptions
interface
SqliteOptions
{
onWalError
?:
(
(
err
)
=>
void
|
Promise
<
void
>
)
;
path
:
string
;
wal
?:
boolean
;
walMaxSize
?:
number
;
walSynchronous
?:
"OFF"
|
"NORMAL"
|
"FULL"
|
"EXTRA"
;
}
Hierarchy
Options
SqliteOptions
Index
Properties
on
Wal
Error?
path
wal?
wal
Max
Size?
wal
Synchronous?
Properties
Optional
on
Wal
Error
on
Wal
Error
?:
(
(
err
)
=>
void
|
Promise
<
void
>
)
Type declaration
(
err
)
:
void
|
Promise
<
void
>
Parameters
err
:
any
Returns
void
|
Promise
<
void
>
path
path
:
string
Optional
wal
wal
?:
boolean
Optional
wal
Max
Size
wal
Max
Size
?:
number
Optional
wal
Synchronous
wal
Synchronous
?:
"OFF"
|
"NORMAL"
|
"FULL"
|
"EXTRA"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
on
Wal
Error
path
wal
wal
Max
Size
wal
Synchronous
lupdo-sqlite
Loading...