Minimal abstraction over a SQLite database connection. Allows preparing and executing SQL statements.
IMPORT_PATH: "@daiso-tech/core/utilities"
"@daiso-tech/core/utilities"
Closes the database connection and releases all associated resources. After calling this method the database instance must not be used again.
Compiles the given SQL string into a reusable prepared statement.
The SQL query or command to prepare.
A prepared ISqliteStatement ready for execution.
ISqliteStatement
Minimal abstraction over a SQLite database connection. Allows preparing and executing SQL statements.
IMPORT_PATH:
"@daiso-tech/core/utilities"