createIndexedDBTwoDimensionsStoreRepository

fun VersionChangeTransaction.createIndexedDBTwoDimensionsStoreRepository(database: Database, objectStoreName: String, keyPath: KeyPath, firstKeyIndexName: String, firstKeyIndexKeyPath: KeyPath, block: ObjectStore.() -> Unit = {})