SledDbConfiguration

data class SledDbConfiguration(var path: String, var treeName: String)

Configuration type for a SledDB database.

Constructors

Link copied to clipboard
fun SledDbConfiguration(path: String, treeName: String)

Properties

Link copied to clipboard
var path: String

Main directory of the DB.

Link copied to clipboard
var treeName: String

Name of the database tree, a separated namespace for the data.