SQLiteDriverOptions

data class SQLiteDriverOptions(val cache: String? = null) : Record

Constructors

Link copied to clipboard
constructor(cache: String? = null)

Properties

Link copied to clipboard
val cache: String? = null