Package-level declarations
Types
Link copied to clipboard
Provides access to Bible verse data using a VerseRepository.
Link copied to clipboard
Platform-specific factory for creating SQLite database drivers. Each platform (Android, iOS, JVM) provides its own implementation.
Link copied to clipboard
Represents a verse entity in the database.
Link copied to clipboard
interface VerseRepository
The Repository for accessing VerseEntity objects.
Functions
Link copied to clipboard
fun createDatabase(driverFactory: DriverFactory, replaceDatabase: Boolean, completionHandler: () -> Unit): BibleDatabase
Creates and initializes the Bible database.