interface DatabaseSyncOptions
Usage in Deno
```typescript import { type DatabaseSyncOptions } from "node:node__sqlite.d.ts"; ```> [!WARNING] Deno compatibility
> This module is not implemented.
optional
open: 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.