create

actual fun create(filePath: String): BibleDatabase

Creates a database using a direct file path (no asset copying).

Return

Initialized BibleDatabase instance

Parameters

filePath

The absolute file path to the database file


actual fun create(): BibleDatabase

Deprecated

Use create(filePath) instead to open databases directly without copying

Replace with

create(filePath)
actual fun create(filePath: String): BibleDatabase

Creates a database using a direct file path.

Return

Initialized BibleDatabase instance

Parameters

filePath

The absolute file path to the database file


actual fun create(): BibleDatabase

Deprecated

Use create(filePath) instead to open databases directly without copying

Replace with

create(filePath)