IosStorage

class IosStorage(storageFileUrl: <Error class: unknown class>, excludeFromBackup: Boolean = true) : SqliteStorage

Implementation of Storage for iOS platform.

Parameters

storageFileUrl

a URL with the path to the database file.

excludeFromBackup

if true, the database file will be excluded from backup.

Constructors

Link copied to clipboard
constructor(storageFileUrl: <Error class: unknown class>, excludeFromBackup: Boolean = true)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open suspend fun createTable(tableSpec: <Error class: unknown class>): <Error class: unknown class>