interface DatabaseSyncOptions
Deno compatibility
This module is not implemented.
Properties Jump to heading
optional
Jump to headingopen: boolean | undefined
If true
, the database is opened by the constructor.
When this value is false
, the database must be opened via the open()
method.