withIndexedDBRead

suspend fun <T> IndexedDBRepository.withIndexedDBRead(block: suspend WrappedTransaction.(WrappedObjectStore) -> T): T