Live

zio.rocksdb.RocksDB.Live
See theLive companion class
object Live

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Live.type

Members list

Value members

Concrete methods

def listColumnFamilies(options: Options, path: String): Task[List[Array[Byte]]]
def open(options: DBOptions, path: String, cfDescriptors: List[ColumnFamilyDescriptor]): ZIO[Scope, Throwable, RocksDB]
def open(path: String): ZIO[Scope, Throwable, RocksDB]
def open(options: Options, path: String): ZIO[Scope, Throwable, RocksDB]
def openAllColumnFamilies(options: DBOptions, columnFamilyOptions: ColumnFamilyOptions, path: String): ZIO[Scope, Throwable, RocksDB]