createIndexedDBTwoDimensionsStoreRepository
fun WrappedTransaction.createIndexedDBTwoDimensionsStoreRepository(database: IDBDatabase, objectStoreName: String, keyPath: KeyPath?, firstKeyIndexName: String, firstKeyIndexKeyPath: KeyPath, block: WrappedTransaction.(WrappedObjectStore) -> Unit = {})