DatabaseRestore

lightdb.backup.DatabaseRestore

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(db: LightDB, directory: File, truncate: Boolean): IO[Int]

Does a full restore of the supplied database from the directory specified

Does a full restore of the supplied database from the directory specified

Attributes

def archive(db: LightDB, archive: File, truncate: Boolean): IO[Int]