Const
SQLite constants for various operations and flags.
import { constants } from '@photostructure/sqlite';const db = new DatabaseSync('./data.db', { readOnly: true, // Uses SQLITE_OPEN_READONLY internally}); Copy
import { constants } from '@photostructure/sqlite';const db = new DatabaseSync('./data.db', { readOnly: true, // Uses SQLITE_OPEN_READONLY internally});
SQLite constants for various operations and flags.