Skip to main content
DatabaseSyncOptions - sqlite - Node documentation
interface DatabaseSyncOptions

Usage in Deno

import { type DatabaseSyncOptions } from "node:sqlite";
Deno compatibility

This module is not implemented.

Properties

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.