LightDB

lightdb.LightDB
abstract class LightDB(val directory: Path)

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

def collections: List[Collection[_]]
protected def createStore(name: String): Store

Concrete methods

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]
val directory: Path