StandardVersionsRepo

Constructors

Link copied to clipboard
constructor(proxy: StandardVersionsRepoProxy<T>)

Functions

Link copied to clipboard
open suspend override fun setTableVersion(tableName: String, version: Int, onCreate: suspend T.() -> Unit, onUpdate: suspend T.(from: Int, to: Int) -> Unit)

By default, instance of this interface will check that version of table with name tableName is less than version or is absent