Standard Versions Repo
Standard implementation of VersionsRepo that delegates version storage to a StandardVersionsRepoProxy. On setTableVersion: calls StandardVersionsRepoProxy.database.onCreate if the table has no version yet, then iterates onUpdate for each version step until the target version is reached.
Parameters
proxy
The StandardVersionsRepoProxy used to read and write version numbers
Type Parameters
T
The type of the underlying database or storage object