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

Members list

Concise view

Type members

Classlikes

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

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object StoreValue

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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