DatabaseStore

com.outr.arango.DatabaseStore
case class DatabaseStore(collection: ArangoDBCollection, managed: Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Classlikes

case class StoreValue(_key: String, value: Json)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object StoreValue

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
StoreValue.type

Value members

Concrete methods

def apply[T : RW](key: String, default: String => T): IO[T]
def delete(key: String): IO[DeleteResult[Json]]
def get[T : RW](key: String): IO[Option[T]]
def id[T](key: String): Id[T]
def update[T : RW](key: String, value: T): IO[CreateResult[T]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product