versions Key Value Repo For SQL
inline fun Context.versionsKeyValueRepoForSQL(database: SQLiteOpenHelper): VersionsRepo<SQLiteOpenHelper>
Content copied to clipboard
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