mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Doc tweaks only, no code changes.
FossilOrigin-Name: 044c28dffd45f7c4484686995edd4a1b92151450743968e7d0f662b5c850aa6b
This commit is contained in:
@ -90,9 +90,10 @@ let isPromiseReady;
|
||||
|
||||
The options, in alphabetical order:
|
||||
|
||||
- `clearOnInit`: if truthy, as each SAH is acquired during
|
||||
initalization of the VFS, its contents and filename name mapping
|
||||
are removed, leaving the VFS's storage in a pristine state.
|
||||
- `clearOnInit`: if truthy, contents and filename mapping are
|
||||
removed from each SAH it is acquired during initalization of the
|
||||
VFS, leaving the VFS's storage in a pristine state. Use this only
|
||||
for databases which need not survive a page reload.
|
||||
|
||||
- `defaultCapacity`: Specifies the default capacity of the
|
||||
VFS. This should not be set unduly high because the VFS has to
|
||||
|
Reference in New Issue
Block a user