Skip to main content
DatabaseSyncOptions.open - sqlite - Node documentation
property DatabaseSyncOptions.open

Usage in Deno

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

If true, the database is opened by the constructor. When this value is false, the database must be opened via the open() method.

Type

boolean | undefined