ObjectStore

object ObjectStore
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

object Name

Types

opaque type Name

Value members

Concrete methods

def apply[T](name: String)(implicit evidence$1: Codec[T]): ObjectStoreWithOutOfLineKeys[T]
def withInlineKeys[T](objectStoreName: String, keypath: KeyPath, autoIncrement: Boolean)(implicit evidence$3: ObjectCodec[T]): ObjectStoreWithInlineKeys[T]
def withOutOfLineKeys[T](objectStoreName: String)(implicit evidence$2: Codec[T]): ObjectStoreWithOutOfLineKeys[T]