ISqliteDatabase: { close(): void; prepare(sql: string): ISqliteStatement }

Minimal abstraction over a SQLite database connection. Allows preparing and executing SQL statements.

IMPORT_PATH: "@daiso-tech/core/utilities"

Type declaration