create
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
Deprecated
Use create(filePath) instead to open databases directly without copying
Replace with
create(filePath)Content copied to clipboard
Creates a database using a direct file path.
Return
Initialized BibleDatabase instance
Parameters
filePath
The absolute file path to the database file
Deprecated
Use create(filePath) instead to open databases directly without copying
Replace with
create(filePath)Content copied to clipboard