versionsKeyValueRepoForSQL

inline fun Context.versionsKeyValueRepoForSQL(database: SQLiteOpenHelper): VersionsRepo<SQLiteOpenHelper>

Will create VersionsRepo based on SQLiteOpenHelper, but versions will be stored in StandardKeyValueRepo

Receiver

Will be used to create StandardKeyValueRepo via keyValueStore and pass it to StandardVersionsRepo

See also