LightDB

lightdb.LightDB
abstract class LightDB

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

protected object stored

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
stored.type

Value members

Abstract methods

protected def createStore(name: String): Store
def directory: Path

Concrete methods

protected def collection[D <: Document[LazyRef(...)]](name: String, model: DocumentModel[D], autoCommit: Boolean, atomic: Boolean)(implicit rw: RW[D]): AbstractCollection[D]
def commit(): IO[Unit]
def dispose(): IO[Unit]
def init(truncate: Boolean): IO[Unit]
def initialized: Boolean
def truncate(): IO[Unit]

Concrete fields

lazy protected val appliedUpgrades: StoredValue[Set[String]]
lazy protected val backingStore: Collection[KeyValue]
lazy protected val databaseInitialized: StoredValue[Boolean]