Database With Object Stores
data class DatabaseWithObjectStores(name: String, version: Double, objectStores: List<ObjectStore>)
Content copied to clipboard
Database with an array of object stores.
Constructors
DatabaseWithObjectStores
Link copied to clipboard
fun DatabaseWithObjectStores(name: String, version: Double, objectStores: List<ObjectStore>)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard