Package-level declarations
Types
Link copied to clipboard
@Serializable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class IndexedDBRepositoryTransactionManager(database: Database, allObjectStores: Array<String>) : RepositoryTransactionManager
Link copied to clipboard
Functions
Link copied to clipboard
fun VersionChangeTransaction.createIndexedDBMinimalStoreRepository(database: Database, objectStoreName: String, block: ObjectStore.() -> Unit = {})
Link copied to clipboard
Link copied to clipboard
fun VersionChangeTransaction.createIndexedDBTwoDimensionsStoreRepository(database: Database, objectStoreName: String, keyPath: KeyPath, firstKeyIndexName: String, firstKeyIndexKeyPath: KeyPath, block: ObjectStore.() -> Unit = {})
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun <T> IndexedDBRepository.withIndexedDBRead(block: suspend Transaction.(ObjectStore) -> T): <Error class: unknown class>
Link copied to clipboard
suspend fun <T> IndexedDBRepository.withIndexedDBWrite(block: suspend WriteTransaction.(ObjectStore) -> T): <Error class: unknown class>