WasmSqliteOpenHelperFactoryConfigBlock

Constructors

Link copied to clipboard
constructor(defaultDatabasePathResolver: DatabasePathResolver)

Properties

Link copied to clipboard
var logger: Logger

Sets the logger used to log debug messages from SupportSQLiteOpenHelper.

Link copied to clipboard

Sets the path resolver to be used to resolve the database file path on the file system. Not used for in-memory databases.

Functions

Link copied to clipboard

Sets the debugging options

Link copied to clipboard
fun embedder(block: E.() -> Unit)

Sets the configuration of the Wasm ebedder

Link copied to clipboard
fun openParams(block: OpenParamsBlock.() -> Unit)

Sets the parameters used when opening a database